mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
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:
parent
3e047b56a1
commit
453b43077c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user