changeset 1143:928b757d93db

2008-10-22 Lillian Angel <langel@redhat.com> * Makefile.am: Added quotes around DIST_ID.
author Lillian Angel <langel@redhat.com>
date Wed, 22 Oct 2008 10:26:57 -0400
parents f56655e8cba7
children e86a02a1a217
files ChangeLog Makefile.am
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 22 11:56:27 2008 +0100
+++ b/ChangeLog	Wed Oct 22 10:26:57 2008 -0400
@@ -1,6 +1,10 @@
+2008-10-22  Lillian Angel  <langel@redhat.com>
+
+	* Makefile.am: Added quotes around DIST_ID.
+
 2008-10-22  Andrew Haley  <aph@redhat.com>
 
-       * patches/icedtea-xjc.patch: New.
+	* patches/icedtea-xjc.patch: New.
 
 2008-10-21  Deepak Bhole  <dbhole@redhat.com>
 
--- a/Makefile.am	Wed Oct 22 11:56:27 2008 +0100
+++ b/Makefile.am	Wed Oct 22 10:26:57 2008 -0400
@@ -173,7 +173,7 @@
 	"JAVAC=" \
 	"RHINO_JAR=$(RHINO_JAR)"
 
-ICEDTEA_ENV += $(if $(DIST_ID),"DISTRIBUTION_ID=$(DIST_ID)")
+ICEDTEA_ENV += $(if $(DIST_ID),"DISTRIBUTION_ID="$(DIST_ID)"")
 
 if WITH_CACAO
 ICEDTEA_ENV += \