changeset 3036:347a942613ee

Add missing backslash lost in addition of SystemTap GC patch. 2014-01-21 Andrew John Hughes <gnu.andrew@redhat.com> * Makefile.am: (ICEDTEA_PATCHES): Add missing backslash.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Tue, 21 Jan 2014 16:37:21 +0000
parents c802218a85b1
children f5dc6cff5bb5
files ChangeLog Makefile.am
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 14 14:58:29 2014 -0500
+++ b/ChangeLog	Tue Jan 21 16:37:21 2014 +0000
@@ -1,3 +1,8 @@
+2014-01-21  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	* Makefile.am:
+	(ICEDTEA_PATCHES): Add missing backslash.
+
 2014-01-15  Omair Majid  <omajid@redhat.com>
 
 	* NEWS: Update with fixes
--- a/Makefile.am	Tue Jan 14 14:58:29 2014 -0500
+++ b/Makefile.am	Tue Jan 21 16:37:21 2014 +0000
@@ -898,7 +898,7 @@
 	patches/sdt-dtrace-hpp.patch \
 	patches/sdt-make.patch \
 	patches/sdt-arguments.patch \
-	patches/systemtap_gc.patch
+	patches/systemtap_gc.patch \
 	patches/systemtap-gcc-4.5.patch \
 	patches/systemtap-alloc-size-workaround.patch
 endif