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/ctype | |
parent | 2c84741c3a294ede344f1bd62db25369d2b42766 (diff) |
Do not make tests depend on CC, since we no longer build a wrapper.
Diffstat (limited to 'test/ctype')
-rw-r--r-- | test/ctype/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ctype/Makefile b/test/ctype/Makefile index e3595618e..37d055144 100644 --- a/test/ctype/Makefile +++ b/test/ctype/Makefile @@ -22,7 +22,7 @@ include $(TESTDIR)/Rules.mak TARGETS=ctype ctype_run all: $(TARGETS) -ctype: ctype.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +ctype: ctype.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " |