diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-12-05 10:45:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-05 10:45:15 +0100 |
commit | 6423687d1a9e78eb4d90e689ffe8e2d6faeda386 (patch) | |
tree | 65bef6421044141bb92730d31390bfee9266ed9f /make | |
parent | c6610ad5da14ea4a1f45f0fc85d42c86975cb2a0 (diff) | |
parent | 348a746b9809834650e736cefcdecd76a6b13e83 (diff) |
Merge pull request #1262 from SaberUK/insp20+fix-travis
[2.0] Backport the master Travis changes to insp20.
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 |