From b571b61970376a11ae3c336f70e9dbdb0746cdef Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 10 Apr 2009 11:35:10 +0200 Subject: build: tight-scope test: don't build excluded programs * src/Makefile.am (sc_tight_scope): Depend on $(bin_PROGRAMS), not $(all_programs) --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 \ -- cgit v1.2.3-54-g00ecf