removed obsolete test2 target
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3640 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/Makefile b/Makefile
index 73f9e3d..e8b2877 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
include config-host.mak
.PHONY: all clean distclean dvi info install install-doc tar tarbin \
- speed test test2 html dvi info
+ speed test html dvi info
BASE_CFLAGS=
BASE_LDFLAGS=
@@ -176,7 +176,7 @@
done
# various test targets
-test speed test2: all
+test speed: all
$(MAKE) -C tests $@
TAGS: