summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-05-09 13:29:38 +0200
committerJim Meyering <meyering@redhat.com>2011-05-09 13:29:38 +0200
commit2e0a37197dcbe3565dbacf2872a175d1029d12ce (patch)
treee916b805e08c3de38c283f82c8ef55fa5fd65f07 /top
parent0da0af8acce13bf9d0936ea5a6db8697d095bce0 (diff)
downloadgnulib-2e0a37197dcbe3565dbacf2872a175d1029d12ce.tar.gz
maint.mk: fix oops
* top/maint.mk (sc_tight_scope): Fix last change: missing backslash.
Diffstat (limited to 'top')
-rw-r--r--top/maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/top/maint.mk b/top/maint.mk
index 1cc3ca2dff..6e810bae82 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 $<