[uClibc-cvs] uClibc/test/ctype Makefile,1.14,1.15

Erik Andersen andersen at uclibc.org
Fri Jan 2 23:07:40 UTC 2004


Update of /var/cvs/uClibc/test/ctype
In directory nail:/tmp/cvs-serv473/ctype

Modified Files:
	Makefile 
Log Message:
Do not make tests depend on CC, since we no longer build a wrapper.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/test/ctype/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile	18 Oct 2003 10:20:35 -0000	1.14
+++ Makefile	2 Jan 2004 23:07:37 -0000	1.15
@@ -22,7 +22,7 @@
 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: "




More information about the uClibc-cvs mailing list