changeset 14717:ec4c259ed4ca

maint.mk: fix oops * top/maint.mk (sc_tight_scope): Fix last change: missing backslash.
author Jim Meyering <meyering@redhat.com>
date Mon, 09 May 2011 13:29:38 +0200
parents 8cfc1daa9cff
children b952f928cb43
files top/maint.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -1335,7 +1335,7 @@
 sc_tight_scope: tight-scope.mk
 	@grep noinst_HEADERS $(_gl_TS_dir)/Makefile.am > /dev/null 2>&1	\
 	  && $(MAKE) -s -C $(_gl_TS_dir) -f Makefile			\
-	      -f '$(abs_srcdir)/tight-scope.mk' _gl_tight_scope
+	      -f '$(abs_srcdir)/tight-scope.mk' _gl_tight_scope		\
 	  || :
 	@rm -f $<