diff options
Diffstat (limited to 'make/calcdep.pl')
-rwxr-xr-x | make/calcdep.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/calcdep.pl b/make/calcdep.pl index 45fdfc03c..16d05bf00 100755 --- a/make/calcdep.pl +++ b/make/calcdep.pl @@ -19,6 +19,7 @@ sub run() { my $build = $ENV{BUILDPATH}; mkdir $build; chdir $build or die "Could not open build directory: $!"; + unlink 'include'; symlink "$ENV{SOURCEPATH}/include", 'include'; mkdir $_ for qw/bin modules obj/; # BSD make has a horribly annoying bug resulting in an extra chdir of the make process |