bug 320266 - bustage fix for Lightning. r=jminta

This commit is contained in:
mattwillis%gmail.com 2006-07-28 03:13:17 +00:00
Родитель 9f2e5d2908
Коммит 6f19198183
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -91,8 +91,8 @@ EXTRA_SCRIPTS = \
# Use NSINSTALL to make the directory, as there's no mtime to preserve.
libs:: $(EXTRA_SCRIPTS)
$(NSINSTALL) -D $(DIST)/bin/js
$(INSTALL) $^ $(DIST)/bin/js
if test ! -d $(FINAL_TARGET)/js; then $(NSINSTALL) -D $(FINAL_TARGET)/js; fi
$(INSTALL) $^ $(FINAL_TARGET)/js
# The install target must use SYSINSTALL, which is NSINSTALL in copy mode.
install:: $(EXTRA_SCRIPTS)

Просмотреть файл

@ -55,8 +55,8 @@ EXTRA_SCRIPTS = \
# Use NSINSTALL to make the directory, as there's no mtime to preserve.
libs:: $(EXTRA_SCRIPTS)
$(NSINSTALL) -D $(DIST)/bin/js
$(INSTALL) $^ $(DIST)/bin/js
if test ! -d $(FINAL_TARGET)/js; then $(NSINSTALL) -D $(FINAL_TARGET)/js; fi
$(INSTALL) $^ $(FINAL_TARGET)/js
# The install target must use SYSINSTALL, which is NSINSTALL in copy mode.
install:: $(EXTRA_SCRIPTS)