gnumakefile: Don't double-quote-expand $(VPATH) value.
authorJim Meyering <meyering@redhat.com>
Tue, 25 Mar 2008 23:06:08 +0000 (00:06 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 25 Mar 2008 23:06:24 +0000 (00:06 +0100)
* modules/gnumakefile (clean-GNUmakefile): Use single quotes.

ChangeLog
modules/gnumakefile

index fe72f6f..3286c9b 100644 (file)
--- 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
index af85344..8559770 100644 (file)
@@ -21,7 +21,7 @@ m4_if(m4_version_compare([2.61a.100],
 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: