summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 73f9e3db18..e8b28770b7 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: