From 5d12afe9bad135e0cec7d071a3de3a98cf2314c3 Mon Sep 17 00:00:00 2001 From: "dprice%netscape.com" Date: Thu, 14 Sep 2000 21:35:05 +0000 Subject: [PATCH] jar packaging for linux = on --- config/rules.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rules.mk b/config/rules.mk index 29105985119..bc55e45d524 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -1138,11 +1138,11 @@ endif # Top-level makefiles (the same one copying the rdf manifests # and generating the jar file) should define this macro. # This will notify the chrome registry of a new installation. -ifneq ($(MOZ_ENABLE_JAR_PACKAGING),) +ifeq ($(MOZ_DISABLE_JAR_PACKAGING),) JAR_MANIFEST := jar.mn install:: - @if test -f $(JAR_MANIFEST); then $(PERL) $(DEPTH)/config/make-jars.pl -d $(DIST)/bin/chrome < $(JAR_MANIFEST); fi + @if test -f $(JAR_MANIFEST); then $(PERL) $(DEPTH)/../mozilla/config/make-jars.pl -c -d $(DIST)/bin/chrome < $(JAR_MANIFEST); fi ifneq ($(CHROME_TYPE),) install:: $(addprefix bogus/, $(CHROME_TYPE))