summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake/calcdep.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/make/calcdep.pl b/make/calcdep.pl
index 376d19573..626d3a194 100755
--- a/make/calcdep.pl
+++ b/make/calcdep.pl
@@ -42,9 +42,6 @@ sub run() {
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
-# Create symlinks to work around it
- symlink "../$_", "obj/$_" for qw/bin coremods modules obj/;
$build = getcwd();
open MAKE, '>real.mk' or die "Could not write real.mk: $!";