# HG changeset patch # User doko@ubuntu.com # Date 1236271983 -3600 # Node ID 0507febca60d69daa849e13dd07cc9448fd82f8f # Parent f51dcb5de1a9abe8f6ada04de2b73659bb1abf35 2009-03-05 Matthias Klose * Makefile.am (ICEDTEA_PATCHES): Make $(DISTRIBUTION_PATCHES) the last patches in the list. diff -r f51dcb5de1a9 -r 0507febca60d ChangeLog --- 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 + + * Makefile.am (ICEDTEA_PATCHES): Make $(DISTRIBUTION_PATCHES) the + last patches in the list. + 2009-03-05 Gary Benson * ports/hotspot/src/share/vm/shark/sharkEntry.hpp diff -r f51dcb5de1a9 -r 0507febca60d Makefile.am --- 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