mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Fix UNIX build bustage on some systems where tweak_nspr gets appended to TARGET after inclusion of rules.mk, thus breaking nsinstall.
This commit is contained in:
parent
4ef7e77974
commit
12597a1870
@ -59,5 +59,5 @@ $(PROGS):$(OBJDIR)/%: $(OBJDIR)/%.o $(EX_LIBS)
|
||||
export::
|
||||
|
||||
install:: $(TARGETS)
|
||||
$(INSTALL) $(TARGETS) $(DIST)/bin
|
||||
$(INSTALL) $(PROGS) $(DIST)/bin
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user