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/ctype/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ctype') 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: " -- cgit v1.2.3