# HG changeset patch # User Robert Schuster # Date 1242742356 -7200 # Node ID 862fbdec414a0f3fe9ecc3d83706fb5a367ed02e # Parent 6911ed8743298d916013a8e1e565e4f7f5ed01e7 From icedtea6 trunk. 2009-05-18 Robert Schuster * Makefile.am: Corrected quoting of cross-compilation Makefile arguments. diff -r 6911ed874329 -r 862fbdec414a ChangeLog --- a/ChangeLog Tue May 19 09:46:57 2009 -0400 +++ b/ChangeLog Tue May 19 16:12:36 2009 +0200 @@ -1,3 +1,7 @@ +2009-05-18 Robert Schuster + + * Makefile.am: Corrected quoting of cross-compilation Makefile arguments. + 2009-05-18 Lillian Angel * README: Updated plugin docs. diff -r 6911ed874329 -r 862fbdec414a Makefile.am --- a/Makefile.am Tue May 19 09:46:57 2009 -0400 +++ b/Makefile.am Tue May 19 16:12:36 2009 +0200 @@ -201,8 +201,8 @@ if ENABLE_CROSS_COMPILATION ICEDTEA_ENV += \ - "CROSS_COMPILATION=true" \ - "TARGET_ARCH=$(TARGET_ARCH)" + CROSS_COMPILATION="true" \ + TARGET_ARCH="$(TARGET_ARCH)" endif if USE_ALT_JAR @@ -284,8 +284,8 @@ if ENABLE_CROSS_COMPILATION ICEDTEA_ENV_ECJ += \ - "CROSS_COMPILATION=true" \ - "TARGET_ARCH=$(TARGET_ARCH)" + CROSS_COMPILATION="true" \ + TARGET_ARCH="$(TARGET_ARCH)" endif env-ecj: