changeset 9813:b5c5347b4593

gnumakefile: Don't double-quote-expand $(VPATH) value. * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
author Jim Meyering <meyering@redhat.com>
date Wed, 26 Mar 2008 00:06:08 +0100
parents 23c2f4de4b25
children 4c56b4354002
files ChangeLog modules/gnumakefile
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-26  Jim Meyering  <meyering@redhat.com>
+
+	gnumakefile: Don't double-quote-expand $(VPATH) value.
+	* modules/gnumakefile (clean-GNUmakefile): Use single quotes.
+
 2008-03-24  Eric Blake  <ebb9@byu.net>
 
 	Alter GNUmakefile to install into top directory.
@@ -31,7 +36,7 @@
 	* doc/gnulib-tool.texi (gettextize and autopoint): New section.
 
 2008-03-23  Eric Blake  <ebb9@byu.net>
-            Bruno Haible  <bruno@clisp.org>
+	    Bruno Haible  <bruno@clisp.org>
 
 	Install files from top/ in the destination directory.
 	* gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
--- a/modules/gnumakefile
+++ b/modules/gnumakefile
@@ -21,7 +21,7 @@
 Makefile.am:
 distclean-local: clean-GNUmakefile
 clean-GNUmakefile:
-	if test x"$(VPATH)" != x ; then rm -f $(top_srcdir)/GNUmakefile ; fi
+	if test x'$(VPATH)' != x ; then rm -f $(top_srcdir)/GNUmakefile ; fi
 
 Include: