]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Rename to sc_tight_scope.
authorJim Meyering <jim@meyering.net>
Tue, 27 Apr 2004 16:57:23 +0000 (16:57 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 Apr 2004 16:57:23 +0000 (16:57 +0000)
src/Makefile.am

index 8356f1430f2f3c19a0130ec720fc886884db4adb..dbe7172a69a9e1a372638ffaaa12556a09f6a416 100644 (file)
@@ -278,7 +278,7 @@ s2 = '/^\#define AUTHORS \\\\/{;n;$(sed_filter);p;q;}'
 # Any that don't must be marked with `extern', but `main'
 # and `usage' are exceptions.  They're always extern, but
 # don't need to be marked.
-sc_src_functions_have_static_scope: $(all_programs)
+sc_tight_scope: $(all_programs)
        @t=exceptions-$$$$;                                             \
        trap "s=$$?; rm -f $$t; exit $$s" 0 1 2 13 15;                  \
        ( printf '^main$$\n^usage$$\n';                                 \