summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-04-10 11:35:10 +0200
committerJim Meyering <meyering@redhat.com>2009-04-10 11:35:10 +0200
commitb571b61970376a11ae3c336f70e9dbdb0746cdef (patch)
tree7e18ba5796146b5ec9a0e121dca863f35f0955c5 /src
parent03490e3565f206a0306444e07800973aab551f68 (diff)
downloadcoreutils-b571b61970376a11ae3c336f70e9dbdb0746cdef.tar.xz
build: tight-scope test: don't build excluded programs
* src/Makefile.am (sc_tight_scope): Depend on $(bin_PROGRAMS), not $(all_programs)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 08718b1e8..9aaf73979 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -434,7 +434,7 @@ s2 = '/^\#define AUTHORS \\\\/{;n;$(sed_filter);p;q;}'
#
# The second nm|grep checks for file-scope variables with `extern' scope.
.PHONY: sc_tight_scope
-sc_tight_scope: $(all_programs)
+sc_tight_scope: $(bin_PROGRAMS)
@t=exceptions-$$$$; \
trap "s=$$?; rm -f $$t; exit $$s" 0 1 2 13 15; \
src=`for f in $(SOURCES); do \