From: Jim Meyering Date: Mon, 9 May 2011 11:29:38 +0000 (+0200) Subject: maint.mk: fix oops X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e0a37197dcbe3565dbacf2872a175d1029d12ce;p=pspp maint.mk: fix oops * top/maint.mk (sc_tight_scope): Fix last change: missing backslash. --- 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 $<