From: Jim Meyering Date: Tue, 27 Jun 2006 21:22:15 +0000 (+0000) Subject: .PHONY: sc_tight_scope X-Git-Tag: v6.0~273 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4d2d39cf83ab8de4b6e383668e2835570692271;p=thirdparty%2Fcoreutils.git .PHONY: sc_tight_scope --- diff --git a/src/Makefile.am b/src/Makefile.am index 0fcb0832c8..deaa3afbac 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -345,6 +345,7 @@ s2 = '/^\#define AUTHORS \\\\/{;n;$(sed_filter);p;q;}' # don't need to be marked. # # The second nm|grep checks for file-scope variables with `extern' scope. +.PHONY: sc_tight_scope sc_tight_scope: $(all_programs) @t=exceptions-$$$$; \ trap "s=$$?; rm -f $$t; exit $$s" 0 1 2 13 15; \