Skip to content

Commit

Permalink
Fix pure static builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Dec 2, 2016
1 parent b68ba97 commit 348a746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/calcdep.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 348a746

Please sign in to comment.