coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 03/17] maint: remove useless dependency for vc_exe_in_TESTS


From: Stefano Lattarini
Subject: [PATCH 03/17] maint: remove useless dependency for vc_exe_in_TESTS
Date: Sun, 2 Sep 2012 21:55:05 +0200

* tests/Makefile.am (vc_exe_in_TESTS): No need to depend on Makefile:
this target is .PHONY, so it is always run anyway.
---
 tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index ce035a3..bcdaa5f 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;                     \
-- 
1.7.12




reply via email to

[Prev in Thread] Current Thread [Next in Thread]