summaryrefslogtreecommitdiff
path: root/test/ctype/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/ctype/Makefile')
-rw-r--r--test/ctype/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ctype/Makefile b/test/ctype/Makefile
index 9bd6af242..f8992f4fe 100644
--- a/test/ctype/Makefile
+++ b/test/ctype/Makefile
@@ -26,7 +26,7 @@ all: $(TARGETS)
ctype: ctype.c ../testsuite.h Makefile $(TOPDIR)libc.a
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling vs uCLibc: "
+ -@ echo "Compiling vs uClibc: "
-@ echo " "
$(CC) $(XCFLAGS) -c $< -o $@.o
$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)