]> git.proxmox.com Git - mirror_qemu.git/commit
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)
commit2ad596079ecc9b379bcd253157bd0c911058e0e1
tree43850793a5cbf0f1243b13ace6d355fe1e0e1c6f
parentad4ccc9370339e4f311a9e1d2c7cae77a9d45639
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>
tests/Makefile