automake-patches
[Top][All Lists]
Advanced

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

parallel-tests: do not mark check-TESTS as `.MAKE'.


From: Ralf Wildenhues
Subject: parallel-tests: do not mark check-TESTS as `.MAKE'.
Date: Sat, 28 Mar 2009 22:55:49 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

This patch fixes a small glitch I overlooked earlier.
Pushed to ad-parallel-tests.

Cheers,
Ralf

    parallel-tests: do not mark check-TESTS as `.MAKE'.
    
    * lib/am/check.am [PARALLEL_TESTS] (.MAKE): Remove check-TESTS.
    This rule removes files, which should not be executed with BSD
    `make -n'.

diff --git a/lib/am/check.am b/lib/am/check.am
index b8b512e..1880de5 100644
--- a/lib/am/check.am
+++ b/lib/am/check.am
@@ -242,7 +242,6 @@ check-TESTS:
          set_logs=TEST_LOGS=;                                          \
        fi;                                                             \
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) $$set_logs
-.MAKE: check-TESTS
 
 
 ## -------------- ##




reply via email to

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