From d436f5536e9350b61cba34dae882935188585684 Mon Sep 17 00:00:00 2001 From: "warren%netscape.com" Date: Thu, 21 Sep 2000 17:24:07 +0000 Subject: [PATCH] Made it so that the commercial tree can find make-jars.pl --- config/rules.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rules.mk b/config/rules.mk index 77b5940261cf..e8eb866fa50f 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -1143,11 +1143,11 @@ _JAR_REGCHROME_JAR=0 endif chrome:: - @if test -f $(JAR_MANIFEST); then $(PERL) $(topsrcdir)/config/make-jars.pl $(_JAR_FLAT_FILES_ONLY) -d $(DIST)/bin/chrome -s $(srcdir) < $(JAR_MANIFEST); fi + @if test -f $(JAR_MANIFEST); then $(PERL) $(topsrcdir)/../mozilla/config/make-jars.pl $(_JAR_FLAT_FILES_ONLY) -d $(DIST)/bin/chrome -s $(srcdir) < $(JAR_MANIFEST); fi install:: chrome -REGCHROME = $(PERL) $(topsrcdir)/config/add-chrome.pl $(DIST)/bin/chrome/installed-chrome.txt $(_JAR_REGCHROME_JAR) +REGCHROME = $(PERL) $(topsrcdir)/../mozilla/config/add-chrome.pl $(DIST)/bin/chrome/installed-chrome.txt $(_JAR_REGCHROME_JAR) ##############################################################################