changeset 2901:7fe15479d719

Makefile.am (ICEDTEA_PATCHES): Add missing backslash. There was backslash missing after 7034464-transparent_huge_pages.patch which caused all patches after that one to be note included in the list.
author Mark Wielaard <mark@klomp.org>
date Mon, 03 Sep 2012 20:06:53 +0200
parents db084058f69b
children c1c7d4617bea 7f9b1d08b2c5
files ChangeLog Makefile.am
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Sep 03 14:30:48 2012 +0100
+++ b/ChangeLog	Mon Sep 03 20:06:53 2012 +0200
@@ -1,3 +1,8 @@
+2012-09-03  Mark Wielaard  <mark@klomp.org>
+
+	* Makefile.am (ICEDTEA_PATCHES): Add missing backslash after
+	patches/openjdk/7034464-transparent_huge_pages.patch.
+
 2012-09-03  Andrew John Hughes  <ahughes@redhat.com>
 
 	* NEWS: Add 1.10.9 & 1.11.4.
--- a/Makefile.am	Mon Sep 03 14:30:48 2012 +0100
+++ b/Makefile.am	Mon Sep 03 20:06:53 2012 +0200
@@ -349,7 +349,7 @@
 	patches/openjdk/6986968-crash_on_xim_restart.patch \
 	patches/openjdk/7036754-stroker-nan.patch \
 	patches/openjdk/pgram-pipe-regression.patch \
-	patches/openjdk/7034464-transparent_huge_pages.patch
+	patches/openjdk/7034464-transparent_huge_pages.patch \
 	patches/openjdk/7037939-disable_adaptive_resizing_with_large_pages.patch \
 	patches/openjdk/7043564-hugepage.patch \
 	patches/openjdk/mutter.patch \