* modules/gnumakefile (clean-GNUmakefile): Also, use
test ... && ... || : syntax rather than if-then ... fi.
Signed-off-by: Jim Meyering <meyering@redhat.com>
2008-03-26 Jim Meyering <meyering@redhat.com>
+ gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
+ * modules/gnumakefile (clean-GNUmakefile): Also, use
+ test ... && ... || : syntax rather than if-then ... fi.
+
gnumakefile: Don't double-quote-expand $(VPATH) value.
* modules/gnumakefile (clean-GNUmakefile): Use single quotes.
Makefile.am:
distclean-local: clean-GNUmakefile
clean-GNUmakefile:
- if test x'$(VPATH)' != x ; then rm -f $(top_srcdir)/GNUmakefile ; fi
+ test x'$(VPATH)' != x && rm -f $(top_builddir)/GNUmakefile || :
Include: