From c4d2d39cf83ab8de4b6e383668e2835570692271 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 27 Jun 2006 21:22:15 +0000 Subject: .PHONY: sc_tight_scope --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 0fcb0832c..deaa3afba 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; \ -- cgit v1.2.3-54-g00ecf