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:
warren%netscape.com
2000-09-20 23:36:42 +00:00
parent 481efead80
commit d1cfaf75a2

View File

@@ -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