mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-05 08:10:15 +02:00
build: don't abuse Automake internals (with its 'check-am' rule)
* tests/check.mk (check-am): Remove; obtain the same effect by moving its dependency '.built-programs' ... (check_DATA): ... to this variable.
This commit is contained in:
committed by
Jim Meyering
parent
19baf1679d
commit
a48da7137a
+1
-1
@@ -38,7 +38,7 @@ check: vc_exe_in_TESTS
|
||||
|
||||
CLEANFILES =
|
||||
CLEANFILES += .built-programs
|
||||
check-am: .built-programs
|
||||
check_DATA = .built-programs
|
||||
.built-programs: $(top_srcdir)/src/Makefile.am
|
||||
$(AM_V_GEN)(cd $(top_builddir)/src \
|
||||
&& MAKEFLAGS= $(MAKE) -s built_programs.list) \
|
||||
|
||||
Reference in New Issue
Block a user