]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/calcdep.pl
calcdep: Remove a workaround for a very old version of BSD Make.
[user/henk/code/inspircd.git] / make / calcdep.pl
index 376d195739caeb3e354fa4fcf3b0972b60332bf9..626d3a194d59f0a24f980a690bf3e623369e6c86 100755 (executable)
@@ -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: $!";