From cdb388983e7538ac1fbeb4b3ec1810f7963deca3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 2 Jan 2004 23:07:57 +0000 Subject: Do not make tests depend on CC, since we no longer build a wrapper. --- test/string/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/string') 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: " -- cgit v1.2.3