diff options
author | Jim Meyering <jim@meyering.net> | 2006-06-27 21:22:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-06-27 21:22:15 +0000 |
commit | c4d2d39cf83ab8de4b6e383668e2835570692271 (patch) | |
tree | 263176c062122640bbc18bb9971afe9148ee3737 /src | |
parent | 05d3db5c60a35fcedbbf89c8449e64ce8ac88fec (diff) | |
download | coreutils-c4d2d39cf83ab8de4b6e383668e2835570692271.tar.xz |
.PHONY: sc_tight_scope
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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; \ |