diff options
author | Peter Powell <petpow@saberuk.com> | 2016-12-02 14:15:11 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2016-12-02 14:44:09 +0000 |
commit | 348a746b9809834650e736cefcdecd76a6b13e83 (patch) | |
tree | e57af99cbd43e33f487a5be44ff6f4583b6b7c97 /make | |
parent | b68ba97cf97ffd5aa06a7dd86ad86c71e852413d (diff) |
Fix pure static builds.
Diffstat (limited to 'make')
-rwxr-xr-x | make/calcdep.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/calcdep.pl b/make/calcdep.pl index 4a759a24a..49506dd3b 100755 --- a/make/calcdep.pl +++ b/make/calcdep.pl @@ -160,7 +160,7 @@ END obj/ld-extra.cmd: $core_src \@\$(SOURCEPATH)/make/unit-cc.pl gen-ld\$(VERBOSE) \$\@ \$^ \$> -bin/inspircd: obj/ld-extra.cmd $core_mk +bin/inspircd: $core_mk obj/ld-extra.cmd \@\$(SOURCEPATH)/make/unit-cc.pl static-ld\$(VERBOSE) \$\@ \$^ \$> inspircd: bin/inspircd |