diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-01-02 23:07:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-01-02 23:07:57 +0000 |
commit | cdb388983e7538ac1fbeb4b3ec1810f7963deca3 (patch) | |
tree | e2e5071fa9a3df6bce6eec343b92e4639866dae0 /test/string/Makefile | |
parent | 2c84741c3a294ede344f1bd62db25369d2b42766 (diff) |
Do not make tests depend on CC, since we no longer build a wrapper.
Diffstat (limited to 'test/string/Makefile')
-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: " |