This commit is contained in:
dprice%netscape.com 2000-09-14 21:35:05 +00:00
Родитель 9de8289934
Коммит 5d12afe9ba
1 изменённых файлов: 2 добавлений и 2 удалений

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

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