changeset 1486:d9eec6614be5

Comment on wildcard fix. 2008-12-09 Mark Wielaard <mark@klomp.org> * Makefile.am: Add comment to describe wildcard fix.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Tue, 09 Dec 2008 20:39:31 +0000
parents 0819e406a371
children e1279da5a00d
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Dec 09 20:37:33 2008 +0000
+++ b/ChangeLog	Tue Dec 09 20:39:31 2008 +0000
@@ -1,3 +1,8 @@
+2008-12-09  Mark Wielaard  <mark@klomp.org>
+
+	* Makefile.am:
+	Add comment to describe wildcard fix.
+	
 2008-12-09  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	* patches/xrender/icedtea-000.patch:
--- a/Makefile.am	Tue Dec 09 20:37:33 2008 +0000
+++ b/Makefile.am	Tue Dec 09 20:39:31 2008 +0000
@@ -1906,6 +1906,8 @@
 endif
 
 if ENABLE_XRENDER
+# match against $(abs_top_srcdir) and then remove it again,
+# because stamps/patch.stamp target will also add it
 XRENDER_PATCHES = patches/xrender/icedtea-???.patch
 XRENDER_PATCH_FILES = $(sort $(wildcard $(abs_top_srcdir)/$(XRENDER_PATCHES)))
 ICEDTEA_PATCHES += $(sort $(subst $(abs_top_srcdir)/,,$(XRENDER_PATCH_FILES)))