changeset 1741:0507febca60d

2009-03-05 Matthias Klose <doko@ubuntu.com> * Makefile.am (ICEDTEA_PATCHES): Make $(DISTRIBUTION_PATCHES) the last patches in the list.
author doko@ubuntu.com
date Thu, 05 Mar 2009 17:53:03 +0100
parents f51dcb5de1a9
children 52cac9f018fd
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 05 09:14:30 2009 -0500
+++ b/ChangeLog	Thu Mar 05 17:53:03 2009 +0100
@@ -1,3 +1,8 @@
+2009-03-05  Matthias Klose  <doko@ubuntu.com>
+
+	* Makefile.am (ICEDTEA_PATCHES): Make $(DISTRIBUTION_PATCHES) the
+	last patches in the list.
+
 2009-03-05  Gary Benson  <gbenson@redhat.com>
 
 	* ports/hotspot/src/share/vm/shark/sharkEntry.hpp
--- a/Makefile.am	Thu Mar 05 09:14:30 2009 -0500
+++ b/Makefile.am	Thu Mar 05 17:53:03 2009 +0100
@@ -656,13 +656,13 @@
 endif
 
 ICEDTEA_PATCHES += \
-	$(DISTRIBUTION_PATCHES) \
 	patches/icedtea-demo-swingapplet.patch \
 	patches/icedtea-awt-window-size.patch \
 	patches/icedtea-java2d-dasher.patch \
 	patches/hotspot/$(HSBUILD)/icedtea-format.patch \
 	patches/icedtea-cc-interp-backedge.patch \
-	patches/icedtea-xml-encodinginfo.patch
+	patches/icedtea-xml-encodinginfo.patch \
+	$(DISTRIBUTION_PATCHES)
 
 stamps/extract.stamp: stamps/download.stamp
 if OPENJDK_SRC_DIR_FOUND