From 2e0a37197dcbe3565dbacf2872a175d1029d12ce Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 9 May 2011 13:29:38 +0200 Subject: [PATCH] maint.mk: fix oops * top/maint.mk (sc_tight_scope): Fix last change: missing backslash. --- top/maint.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/top/maint.mk b/top/maint.mk index 1cc3ca2df..6e810bae8 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -1335,7 +1335,7 @@ ALL_RECURSIVE_TARGETS += sc_tight_scope 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 $< -- 2.11.0