summaryrefslogtreecommitdiff
path: root/test/ctype
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-17 18:41:23 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-17 18:41:23 +0000
commit1dce8cb9fe9f6f54b5c9a26115541879b2f8ff25 (patch)
treef2b2d97f1d1127ebf1b8d406f4824128e05762b9 /test/ctype
parentf8c4b3ad2fcebf7c7932d01896a33c839b6fb54d (diff)
More stuff
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 08d367d69..68df8f806 100644
--- a/test/ctype/Makefile
+++ b/test/ctype/Makefile
@@ -30,7 +30,7 @@ ctype: ctype.c ../testsuite.h Makefile $(TOPDIR)libc.a
-@ echo " "
$(CC) $(XCFLAGS) -c $< -o $@.o
$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
- -./$@
+ ./$@
-@ echo " "
ctype_glibc: ctype.c ../testsuite.h Makefile $(TOPDIR)libc.a