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:
spider 1998-05-01 17:11:13 +00:00
parent 4ef7e77974
commit 12597a1870

View File

@ -59,5 +59,5 @@ $(PROGS):$(OBJDIR)/%: $(OBJDIR)/%.o $(EX_LIBS)
export::
install:: $(TARGETS)
$(INSTALL) $(TARGETS) $(DIST)/bin
$(INSTALL) $(PROGS) $(DIST)/bin