From: Jim Meyering Date: Tue, 27 Jun 2006 21:22:15 +0000 (+0000) Subject: .PHONY: sc_tight_scope X-Git-Tag: COREUTILS-6_0~273 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4d2d39cf83ab8de4b6e383668e2835570692271;p=platform%2Fupstream%2Fcoreutils.git .PHONY: sc_tight_scope --- diff --git a/src/Makefile.am b/src/Makefile.am index 0fcb083..deaa3af 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; \