mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
Fix bug 90260: reordering does not work with objdir builds.
r=cls@seawood.org (actually, this is his patch).
This commit is contained in:
parent
16cc9955fc
commit
1de580764a
@ -257,7 +257,7 @@ ORDERFILE = mozilla-bin.order
|
||||
$(PROGRAM) : $(LDSCRIPT) $(ORDERFILE)
|
||||
|
||||
$(LDSCRIPT): $(ORDERFILE)
|
||||
$(PERL) $(topsrcdir)/config/mklinkscript.pl -o $@ $(ORDERFILE)
|
||||
$(PERL) $(topsrcdir)/config/mklinkscript.pl -o $@ $<
|
||||
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user