aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-14 10:34:57 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2007-11-14 10:34:57 +0000
commit9b0b82037a2ebfb3d38ed2ae23194eadd85b1440 (patch)
tree45f7fbe67a2a982e3a882892649eaf68cc8c1044 /Makefile
parent3dd98412ba5a54be627531a385faa539167ddbdf (diff)
removed obsolete test2 target
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3640 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 73f9e3db1..e8b28770b 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 @@ endif
done
# various test targets
-test speed test2: all
+test speed: all
$(MAKE) -C tests $@
TAGS: