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 fe72f6fabc94f12266d5712edeb59fdd1f14e4ef..3286c9b91da3d7aee8c0b8a2f1fccf03f6242a4c 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 af853442c67212f3b1ffc6c7e6426cd60102b015..85597708ef07dc0a3ee044caf7fa2b8d1c94a062 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: