]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
calcdep: Remove a workaround for a very old version of BSD Make.
authorPeter Powell <petpow@saberuk.com>
Sat, 7 Feb 2015 17:33:18 +0000 (17:33 +0000)
committerPeter Powell <petpow@saberuk.com>
Wed, 13 May 2015 14:22:43 +0000 (15:22 +0100)
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: $!";