changeset 1718:017e76a6cef2

Use full path to jar application when rewriting Rhino files. 2010-02-24 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: (rewrite-rhino.stamp): Use full path to jar application to avoid relying on the one on the path.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 24 Feb 2010 20:56:59 +0000
parents 0fe3a89b2dfb
children 065f8d5c9ce8
files ChangeLog Makefile.am
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <ahughes@redhat.com>
+
+	* 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  <ahughes@redhat.com>
 
 	* acinclude.m4:
--- 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