Use MOZILLA_DIR instead of $(topsrcdir)/../mozilla to remove netscapism. Bug #54210

This commit is contained in:
cls%seawood.org 2000-10-27 08:47:51 +00:00
Родитель 7017831b21
Коммит 6054c6ef1c
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -72,7 +72,7 @@ topsrcdir = $(DEPTH)
endif
ifndef MOZILLA_DIR
MOZILLA_DIR = $(DEPTH)
MOZILLA_DIR = $(topsrcdir)
endif
ifndef INCLUDED_CONFIG_MK
@ -1143,11 +1143,11 @@ _JAR_REGCHROME_JAR=0
endif
chrome:: $(CHROME_DEPS)
@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
@if test -f $(JAR_MANIFEST); then $(PERL) $(MOZILLA_DIR)/config/make-jars.pl $(_JAR_FLAT_FILES_ONLY) -d $(DIST)/bin/chrome -s $(srcdir) < $(JAR_MANIFEST); fi
install:: chrome
REGCHROME = $(PERL) $(topsrcdir)/../mozilla/config/add-chrome.pl $(DIST)/bin/chrome/installed-chrome.txt $(_JAR_REGCHROME_JAR)
REGCHROME = $(PERL) $(MOZILLA_DIR)/config/add-chrome.pl $(DIST)/bin/chrome/installed-chrome.txt $(_JAR_REGCHROME_JAR)
##############################################################################