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

git-svn-id: svn://10.0.0.236/trunk@79653 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
2000-09-20 21:28:30 +00:00
parent c90b2b9551
commit a52f8417a3

View File

@@ -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
##############################################################################