Skip to content

Commit

Permalink
Merge commit 'e8fcdebb17fc59375fd9fc6c0a02a1d2e6d9fb23'
Browse files Browse the repository at this point in the history
* commit 'e8fcdebb17fc59375fd9fc6c0a02a1d2e6d9fb23':
  build: Allow specifying extra object files when linking HOSTPROGS

Merged-by: Michael Niedermayer <[email protected]>
  • Loading branch information
michaelni committed Nov 15, 2013
2 parents 86b3435 + e8fcdeb commit 3e78cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ $(HOSTOBJS): %.o: %.c
$(call COMPILE,HOSTCC)

$(HOSTPROGS): %$(HOSTEXESUF): %.o
$(HOSTLD) $(HOSTLDFLAGS) $(HOSTLD_O) $< $(HOSTLIBS)
$(HOSTLD) $(HOSTLDFLAGS) $(HOSTLD_O) $^ $(HOSTLIBS)

$(OBJS): | $(sort $(dir $(OBJS)))
$(HOBJS): | $(sort $(dir $(HOBJS)))
Expand Down

0 comments on commit 3e78cea

Please sign in to comment.