changeset 796:217c9bffb37f cacao

2008-02-05 Lillian Angel <langel@redhat.com> * Makefile.am (EXTRA_DIST): Added tools and gcc patch. * Makefile.in: Regenerate.
author Lillian Angel <langel@redhat.com>
date Tue, 05 Feb 2008 12:26:45 -0500
parents dfceaf5eca54
children a2497d56461b
files ChangeLog Makefile.am Makefile.in
diffstat 3 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Feb 05 12:21:59 2008 -0500
+++ b/ChangeLog	Tue Feb 05 12:26:45 2008 -0500
@@ -1,3 +1,9 @@
+2008-02-05  Lillian Angel  <langel@redhat.com>
+
+	* Makefile.am
+	(EXTRA_DIST): Added tools and gcc patch.
+	* Makefile.in: Regenerate.
+
 2008-02-05  Lillian Angel  <langel@redhat.com>
 
 	* acinclude.m4: Moved conditional to beginning of LIBGCJ block.
--- a/Makefile.am	Tue Feb 05 12:21:59 2008 -0500
+++ b/Makefile.am	Tue Feb 05 12:26:45 2008 -0500
@@ -29,7 +29,8 @@
 	hotspot hotspot-helper
 
 EXTRA_DIST = rt generated $(ICEDTEA_PATCHES) $(ICEDTEA_ECJ_PATCH) \
-	gcjwebplugin.cc patches/icedtea-speed.patch tools-copy contrib ports
+	gcjwebplugin.cc patches/icedtea-speed.patch tools-copy contrib ports \
+	tools patches/icedtea-gcc-4.3.patch 
 
 # OpenJDK build environment.
 LINUX_DIR = linux-$(BUILD_ARCH_DIR)
--- a/Makefile.in	Tue Feb 05 12:21:59 2008 -0500
+++ b/Makefile.in	Tue Feb 05 12:26:45 2008 -0500
@@ -202,7 +202,8 @@
 top_srcdir = @top_srcdir@
 OPENJDK_VERSION = b24
 EXTRA_DIST = rt generated $(ICEDTEA_PATCHES) $(ICEDTEA_ECJ_PATCH) \
-	gcjwebplugin.cc patches/icedtea-speed.patch tools-copy contrib ports
+	gcjwebplugin.cc patches/icedtea-speed.patch tools-copy contrib ports \
+	tools patches/icedtea-gcc-4.3.patch 
 
 
 # OpenJDK build environment.