Taking stab at change -- need to use topsrcdir for objDir build system.

This commit is contained in:
warren%netscape.com 2000-09-20 21:28:30 +00:00
Родитель cc508ffb4c
Коммит 1530aa06ea
1 изменённых файлов: 3 добавлений и 6 удалений

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

@ -1132,17 +1132,14 @@ endif
################################################################################
# CHROME PACKAGING
JAR_MANIFEST := jar.mn
JAR_MANIFEST := $(srcdir)/jar.mn
chrome::
@if test -f $(JAR_MANIFEST); then $(PERL) $(MOZILLA_DIR)/config/make-jars.pl -c -d $(DIST)/bin/chrome < $(JAR_MANIFEST); fi
@if test -f $(JAR_MANIFEST); then $(PERL) $(topsrcdir)/config/make-jars.pl -c -d $(DIST)/bin/chrome < $(JAR_MANIFEST); fi
install:: chrome
REGCHROME = echo $(PERL) $(MOZILLA_DIR)/config/add-chrome.pl $(DIST)/bin/chrome/installed-chrome.txt; \
pwd; \
ls $(MOZILLA_DIR)/config; \
$(PERL) $(MOZILLA_DIR)/config/add-chrome.pl $(DIST)/bin/chrome/installed-chrome.txt
REGCHROME = $(PERL) $(topsrcdir)/config/add-chrome.pl $(DIST)/bin/chrome/installed-chrome.txt
##############################################################################