changeset in /hg/icedtea: Fixed Typo

Lillian Angel langel at redhat.com
Wed Jan 16 07:09:20 PST 2008


changeset 75c66d3f676a in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=75c66d3f676a
description:
	Fixed Typo

diffstat:

2 files changed, 2 insertions(+), 2 deletions(-)
Makefile.am |    2 +-
Makefile.in |    2 +-

diffs (24 lines):

diff -r 0d3037f002a0 -r 75c66d3f676a Makefile.am
--- a/Makefile.am	Thu Nov 08 13:24:05 2007 -0500
+++ b/Makefile.am	Thu Nov 08 15:18:01 2007 -0500
@@ -365,7 +365,7 @@ stamps/bootstrap-directory-ecj.stamp:
 	  bootstrap/ecj/lib/endorsed/xalan-j2-serializer.jar
 	ln -sf $(XERCES2_JAR) bootstrap/ecj/lib/endorsed/xerces-j2.jar
 	mkdir -p bootstrap/ecj/jre/lib
-	ln -sf $(SYSTEM_GCJ_DIR)/jre/lib/i386 bootstrap/ecj/jre/lib/
+	ln -sf $(SYSTEM_GCJ_DIR)/jre/lib/$(INSTALL_ARCH_DIR) bootstrap/ecj/jre/lib/
 	mkdir -p stamps
 	touch stamps/bootstrap-directory-ecj.stamp
 
diff -r 0d3037f002a0 -r 75c66d3f676a Makefile.in
--- a/Makefile.in	Thu Nov 08 13:24:05 2007 -0500
+++ b/Makefile.in	Thu Nov 08 15:18:01 2007 -0500
@@ -784,7 +784,7 @@ stamps/bootstrap-directory-ecj.stamp:
 	  bootstrap/ecj/lib/endorsed/xalan-j2-serializer.jar
 	ln -sf $(XERCES2_JAR) bootstrap/ecj/lib/endorsed/xerces-j2.jar
 	mkdir -p bootstrap/ecj/jre/lib
-	ln -sf $(SYSTEM_GCJ_DIR)/jre/lib/i386 bootstrap/ecj/jre/lib/
+	ln -sf $(SYSTEM_GCJ_DIR)/jre/lib/$(INSTALL_ARCH_DIR) bootstrap/ecj/jre/lib/
 	mkdir -p stamps
 	touch stamps/bootstrap-directory-ecj.stamp
 



More information about the distro-pkg-dev mailing list