changeset 2255:85ec20ad5e63

Use full path to jar application to avoid relying on the one on the path. 2010-06-01 Xerxes R?nby <xerxes@zafena.se> * Makefile.am: (rewrite-rhino.stamp): Use full path to jar application to avoid relying on the one on the path.
author Xerxes R?nby <xerxes@zafena.se>
date Fri, 11 Jun 2010 13:08:48 +0100
parents d7d97061baf3
children 3f0dad02b228
files ChangeLog Makefile.am
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 20 12:40:31 2010 +0100
+++ b/ChangeLog	Fri Jun 11 13:08:48 2010 +0100
@@ -1,3 +1,10 @@
+2010-06-01  Xerxes RĂ„nby  <xerxes@zafena.se>
+
+	* Makefile.am:
+	(rewrite-rhino.stamp): Use full path to
+	jar application to avoid relying on the one
+	on the path.
+
 2010-05-20  Gary Benson  <gbenson@redhat.com>
 
 	PR icedtea/494
--- a/Makefile.am	Thu May 20 12:40:31 2010 +0100
+++ b/Makefile.am	Fri Jun 11 13:08:48 2010 +0100
@@ -2237,7 +2237,7 @@
 stamps/rewrite-rhino.stamp: stamps/rewriter.stamp $(RHINO_JAR)
 if WITH_RHINO
 	mkdir -p rhino/rhino.{old,new} && \
-	(cd rhino/rhino.old && jar xf $(RHINO_JAR)) && \
+	(cd rhino/rhino.old && $(ICEDTEA_BOOT_DIR)/bin/jar xf $(RHINO_JAR)) && \
 	$(ICEDTEA_BOOT_DIR)/bin/java -cp $(abs_top_builddir)/rewriter \
 	  com.redhat.rewriter.ClassRewriter \
 	  $(abs_top_builddir)/rhino/rhino.old $(abs_top_builddir)/rhino/rhino.new \