]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.PHONY: sc_tight_scope
authorJim Meyering <jim@meyering.net>
Tue, 27 Jun 2006 21:22:15 +0000 (21:22 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 Jun 2006 21:22:15 +0000 (21:22 +0000)
src/Makefile.am

index 0fcb0832c8d586b590fc246a0f8b1d2a0c70ad53..deaa3afbacb83cd40d8649b1d11dddfb2dc215ba 100644 (file)
@@ -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;                  \