summaryrefslogtreecommitdiff
path: root/make/calcdep.pl
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2016-12-05 10:45:15 +0100
committerGitHub <noreply@github.com>2016-12-05 10:45:15 +0100
commit6423687d1a9e78eb4d90e689ffe8e2d6faeda386 (patch)
tree65bef6421044141bb92730d31390bfee9266ed9f /make/calcdep.pl
parentc6610ad5da14ea4a1f45f0fc85d42c86975cb2a0 (diff)
parent348a746b9809834650e736cefcdecd76a6b13e83 (diff)
Merge pull request #1262 from SaberUK/insp20+fix-travis
[2.0] Backport the master Travis changes to insp20.
Diffstat (limited to 'make/calcdep.pl')
-rwxr-xr-xmake/calcdep.pl2
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