Added -s option to make-jars.pl (doh).
git-svn-id: svn://10.0.0.236/trunk@79670 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1135,7 +1135,7 @@ endif
|
||||
JAR_MANIFEST := $(srcdir)/jar.mn
|
||||
|
||||
chrome::
|
||||
@if test -f $(JAR_MANIFEST); then $(PERL) $(topsrcdir)/config/make-jars.pl -c -d $(DIST)/bin/chrome < $(JAR_MANIFEST); fi
|
||||
@if test -f $(JAR_MANIFEST); then $(PERL) $(topsrcdir)/config/make-jars.pl -c -d $(DIST)/bin/chrome -s $(srcdir) < $(JAR_MANIFEST); fi
|
||||
|
||||
install:: chrome
|
||||
|
||||
|
||||
Reference in New Issue
Block a user