From: Stefano Lattarini Date: Sun, 2 Sep 2012 19:55:05 +0000 (+0200) Subject: maint: remove useless dependency for vc_exe_in_TESTS X-Git-Tag: v8.20~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e69b1b62148d8ea49d2a54be80aa4a0f6b046d;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index ce035a37d5..bcdaa5f9e1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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; \