diff options
Diffstat (limited to 'test/ctype')
-rw-r--r-- | test/ctype/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/ctype/Makefile b/test/ctype/Makefile index 533cfc3ea..e72932b8c 100644 --- a/test/ctype/Makefile +++ b/test/ctype/Makefile @@ -24,7 +24,7 @@ all: $(TARGETS) ctype: ctype.c ../testsuite.h Makefile $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " - -@ echo "Compiling vs uClibc: " + -@ echo "Compiling $@ vs uClibc: " -@ echo " " $(CC) $(CFLAGS) -c $< -o $@.o $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) @@ -33,7 +33,6 @@ ctype: ctype.c ../testsuite.h Makefile $(TESTDIR)/Rules.mak ctype_run: ./ctype -@ echo " " + clean: $(RM) *.[oa] *~ core $(TARGETS) - - |