From 6ba17041381afeb8c1274cce4c6ffebda0253328 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 4 Oct 2000 23:59:12 +0000 Subject: More makefile updates --- test/ctype/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/ctype') diff --git a/test/ctype/Makefile b/test/ctype/Makefile index 90594d863..fdb64ce03 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 "Testing ctype functions: " + -@ echo "Compiling vs uCLibc: " -@ echo " " $(CC) $(XCFLAGS) -c $< -o $@.o $(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS) @@ -36,12 +36,11 @@ ctype: ctype.c ../testsuite.h Makefile $(TOPDIR)libc.a ctype_glibc: ctype.c ../testsuite.h Makefile $(TOPDIR)libc.a -@ echo "-------" -@ echo " " - -@ echo "Testing ctype functions: " + -@ echo "Compiling vs GNU libc: " -@ echo " " $(CC) $(YCFLAGS) -c $< -o $@.o $(CC) $(YLDFLAGS) --static $@.o -o $@ -./$@ - -./$@ -@ echo " " clean: -- cgit v1.2.3