Fixed REGCHROME to work when MOZ_DISABLE_JAR_PACKAGING is defined. r=waterson

git-svn-id: svn://10.0.0.236/trunk@79953 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
2000-09-26 02:21:41 +00:00
parent 9bd84a2465
commit 5456205381

View File

@@ -591,8 +591,6 @@ chrome::
install:: chrome
!ifndef MOZ_OLD_JAR_PACKAGING
!ifdef MOZ_DISABLE_JAR_PACKAGING
_JAR_FLAT_FILES_ONLY=-f
_JAR_REGCHROME_JAR=1
@@ -601,6 +599,10 @@ _JAR_FLAT_FILES_ONLY=
_JAR_REGCHROME_JAR=0
!endif
REGCHROME = @perl $(DEPTH)\config\add-chrome.pl $(DIST)\bin\chrome\installed-chrome.txt $(_JAR_REGCHROME_JAR)
!ifndef MOZ_OLD_JAR_PACKAGING
!if exist($(JAR_MANIFEST))
chrome::
@@ -608,8 +610,6 @@ chrome::
!endif
REGCHROME = @perl $(DEPTH)\config\add-chrome.pl $(DIST)\bin\chrome\installed-chrome.txt $(_JAR_REGCHROME_JAR)
regchrome:
!else # !MOZ_OLD_JAR_PACKAGING