Fixed chrome rules to work for ns tree.

git-svn-id: svn://10.0.0.236/branches/jar_restructuring_branch@79513 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
2000-09-19 04:03:47 +00:00
parent e0ba6391f2
commit d355fda8bb

View File

@@ -71,6 +71,10 @@ ifndef topsrcdir
topsrcdir = $(DEPTH)
endif
ifndef MOZILLA_DIR
MOZILLA_DIR = $(DEPTH)
endif
ifndef INCLUDED_CONFIG_MK
include $(topsrcdir)/config/config.mk
endif
@@ -1131,11 +1135,11 @@ endif
JAR_MANIFEST := jar.mn
chrome::
@if test -f $(JAR_MANIFEST); then $(PERL) $(topsrcdir)/config/make-jars.pl -c -d $(DIST)/bin/chrome < $(JAR_MANIFEST); fi
@if test -f $(JAR_MANIFEST); then $(PERL) $(MOZILLA_DIR)/config/make-jars.pl -c -d $(DIST)/bin/chrome < $(JAR_MANIFEST); fi
install:: chrome
REGCHROME = $(PERL) $(DEPTH)/config/add-chrome.pl $(DIST)/bin/chrome/installed-chrome.txt
REGCHROME = $(PERL) $(MOZILLA_DIR)/config/add-chrome.pl $(DIST)/bin/chrome/installed-chrome.txt
##############################################################################