diff options
Diffstat (limited to 'test/string')
-rw-r--r-- | test/string/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/string/Makefile b/test/string/Makefile index e25da9ca9..b55788fd3 100644 --- a/test/string/Makefile +++ b/test/string/Makefile @@ -26,7 +26,7 @@ TARGETS+=#strerror #strsignal all: $(TARGETS) -string: string.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +string: string.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -48,7 +48,7 @@ string_glibc: string.c Makefile -./$@ -@ echo " " -testcopy: testcopy.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +testcopy: testcopy.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -79,7 +79,7 @@ testcopy_diff: testcopy testcopy_glibc -@ echo " " -strerror: ../../libc/string/strerror.c $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +strerror: ../../libc/string/strerror.c $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " |