bug 473411 - the rule for DIST_FILES should create dist/bin, syncing config/rules.mk with js/src/rules.mk r=ted

This commit is contained in:
Brad Lassey 2009-01-30 00:22:04 -05:00
parent b285f0b91a
commit f25fa99028

View File

@ -1931,7 +1931,10 @@ endif
endif
ifneq ($(DIST_FILES),)
libs:: $(DIST_FILES)
$(DIST)/bin:
$(NSINSTALL) -D $@
libs:: $(DIST_FILES) $(DIST)/bin
@$(EXIT_ON_ERROR) \
for f in $(DIST_FILES); do \
dest=$(FINAL_TARGET)/`basename $$f`; \