From b157bcdbbc799a05e2801bd9b1f64797dc3c6a57 Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Wed, 8 Sep 2010 20:06:25 -0400 Subject: Recreate the build/include symlink so that changing the build location works as expected --- make/calcdep.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'make') 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 -- cgit v1.2.3