# HG changeset patch # User Andrew John Hughes # Date 1267045019 0 # Node ID 017e76a6cef22adbdc7da860ad2b3db20df10198 # Parent 0fe3a89b2dfbfc922a4e1dafdc8c041e0a159f0d Use full path to jar application when rewriting Rhino files. 2010-02-24 Andrew John Hughes * Makefile.am: (rewrite-rhino.stamp): Use full path to jar application to avoid relying on the one on the path. diff -r 0fe3a89b2dfb -r 017e76a6cef2 ChangeLog --- a/ChangeLog Fri Feb 19 14:19:25 2010 +0000 +++ b/ChangeLog Wed Feb 24 20:56:59 2010 +0000 @@ -1,3 +1,10 @@ +2010-02-24 Andrew John Hughes + + * Makefile.am: + (rewrite-rhino.stamp): Use full path to + jar application to avoid relying on the one + on the path. + 2010-02-19 Andrew John Hughes * acinclude.m4: diff -r 0fe3a89b2dfb -r 017e76a6cef2 Makefile.am --- a/Makefile.am Fri Feb 19 14:19:25 2010 +0000 +++ b/Makefile.am Wed Feb 24 20:56:59 2010 +0000 @@ -2084,7 +2084,8 @@ sed -ie 's#org\.mozilla#sun.org.mozilla#g' $$new_file ; \ done \ ) - (cd rhino/rhino.new ; jar cfm ../rhino.jar META-INF/MANIFEST.MF sun ) + (cd rhino/rhino.new ; \ + $(ICEDTEA_BOOT_DIR)/bin/jar cfm ../rhino.jar META-INF/MANIFEST.MF sun ) endif mkdir -p stamps touch stamps/rewrite-rhino.stamp