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 <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>
This commit is contained in:
Paolo Bonzini 2012-03-31 12:50:21 +02:00 committed by Blue Swirl
parent ad4ccc9370
commit 2ad596079e
1 changed files with 0 additions and 2 deletions

View 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)