tests: remove .SECONDARY special target
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 31 Mar 2012 10:50:21 +0000 (12:50 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 14 Apr 2012 16:19:50 +0000 (16:19 +0000)
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 <lcapitulino@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Tested-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tests/Makefile

index a98a848..baf1d70 100644 (file)
@@ -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)