]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/calcdep.pl
Fix warnings from BSD build and work around the failures of BSD make
[user/henk/code/inspircd.git] / make / calcdep.pl
index 7d424f4e366ed18debbf548550d9f9b5333d8934..1c5baeded8aec48a733766514d6ae26aadc53935 100755 (executable)
@@ -138,7 +138,7 @@ sub dep_cpp($$) {
        gendep $file;
 
        print MAKE "$out: $file $f2dep{$file}\n";
-       print MAKE "\t@\$(SOURCEPATH)/make/unit-cc.pl \$(VERBOSE) \$< \$\@\n";
+       print MAKE "\t@\$(SOURCEPATH)/make/unit-cc.pl \$(VERBOSE) \$\@ \$< \$>\n";
 }
 
 sub dep_dir($) {