1 line fix for typo which broke embedding manifest generation when the chrome file format wasn't jar. b=90404 sr=blizzard

This commit is contained in:
locka%iol.ie 2001-08-08 08:29:40 +00:00
parent 3e047b56a1
commit 453b43077c

View File

@ -26,7 +26,7 @@ include <$(DEPTH)\config\config.mak>
embed_chrome: embed-jar.mn
!if "$(_CHROME_FILE_FORMAT)" != "jar"
$(PERL) gen_mn.pl -manifest embed-jar.mn -mozpath $(DEPTH) -chrome $(DIST)/bin/chrome > embed.mn
$(PERL) gen_mn.pl -manifest embed-jar.mn -mozpath $(DEPTH) -chrome $(DIST)/bin/chrome > embed-tmp.mn
$(PERL) -I$(DEPTH)\config $(DEPTH)\config\make-jars.pl -v -f $(_CHROME_FILE_FORMAT) $(_NO_FLOCK) -s $(DIST)\bin\chrome -d $(DIST)\bin\chrome < embed-tmp.mn
-$(RM) -f embed-tmp.mn
!else