From 2ad596079ecc9b379bcd253157bd0c911058e0e1 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sat, 31 Mar 2012 12:50:21 +0200 Subject: tests: remove .SECONDARY special target The special target should not be needed anymore, and caused (perhaps due to a Make bug) a failure with "make -j2". In any case, the main makefile is a better place for such special targets rather than an included makefile. Reported-by: Luiz Capitulino Signed-off-by: Paolo Bonzini Tested-by: Luiz Capitulino Signed-off-by: Blue Swirl --- tests/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index a98a848ec9..baf1d70ee8 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -92,8 +92,6 @@ check-help: @echo "Default options are -k and (for make V=1) --verbose; they can be" @echo "changed with variable GTESTER_OPTIONS." -.SECONDARY: - SPEED = quick GTESTER_OPTIONS = -k $(if $(V),--verbose,-q) -- cgit v1.2.3