mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
maint: remove useless dependency for vc_exe_in_TESTS
* tests/Makefile.am (vc_exe_in_TESTS): No need to depend on Makefile: this target is .PHONY, so it is always run anyway.
This commit is contained in:
committed by
Jim Meyering
parent
50dfe1f389
commit
86e69b1b62
@@ -23,7 +23,7 @@ root_tests = $(all_root_tests)
|
||||
|
||||
# Ensure that all version-controlled executable files are listed
|
||||
# in $(all_tests).
|
||||
vc_exe_in_TESTS: Makefile
|
||||
vc_exe_in_TESTS:
|
||||
$(AM_V_GEN)if test -d $(top_srcdir)/.git && test $(srcdir) = .; then \
|
||||
{ \
|
||||
for t in $(all_tests); do echo $$t; done; \
|
||||
|
||||
Reference in New Issue
Block a user