summaryrefslogtreecommitdiff
path: root/test/ctype
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-01 00:02:24 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-01 00:02:24 +0000
commit095ca55f2edd965fa9f3a5d3a4c98a7d7e852ed9 (patch)
tree074540e563757454c2c4adce2e3799a5ab766db8 /test/ctype
parentde8b8b0b0bdd0f6012187dfc3046cac098000bb0 (diff)
remove old depend on Config and make it so that a test failure aborts the make process
Diffstat (limited to 'test/ctype')
-rw-r--r--test/ctype/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ctype/Makefile b/test/ctype/Makefile
index 750f9c66c..533cfc3ea 100644
--- a/test/ctype/Makefile
+++ b/test/ctype/Makefile
@@ -21,7 +21,7 @@ include ../Rules.mak
TARGETS=ctype ctype_run
all: $(TARGETS)
-ctype: ctype.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
+ctype: ctype.c ../testsuite.h Makefile $(TESTDIR)/Rules.mak
-@ echo "-------"
-@ echo " "
-@ echo "Compiling vs uClibc: "