diff options
| author | 2010-09-08 20:06:25 -0400 | |
|---|---|---|
| committer | 2010-09-08 20:06:25 -0400 | |
| commit | 5368616e7be82e9a63fecf59a0a3fc3ce4ddf42e (patch) | |
| tree | e78d96e92c37ab75694fbacb9de893aed925dd89 /make | |
| parent | Add gettimeofday() fallback for systems without clock_gettime (diff) | |
Recreate the build/include symlink so that changing the build location works as expected
Diffstat (limited to 'make')
| -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 d160a450c..a754d36e1 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 |
