[uClibc-cvs] uClibc/test/stdlib Makefile,1.21,1.22

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


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

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/stdlib/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile	18 Oct 2003 10:20:54 -0000	1.21
+++ Makefile	2 Jan 2004 23:07:52 -0000	1.22
@@ -36,7 +36,7 @@
 	-@ cat teststrtol.c
 	-@ echo " "
 
-teststrtol: teststrtol.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+teststrtol: teststrtol.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
 	-@ echo "-------"
 	-@ echo " "
 	-@ echo "Compiling vs uClibc: "
@@ -70,7 +70,7 @@
 	-diff -u teststrtol_glibc.out teststrtol.out
 	-@ echo " "
 
-qsort: qsort.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+qsort: qsort.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
 	-@ echo "-------"
 	-@ echo " "
 	-@ echo "Compiling vs uClibc: "
@@ -104,7 +104,7 @@
 	-diff -u qsort_glibc.out qsort.out
 	-@ echo " "
 
-teston_exit: teston_exit.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+teston_exit: teston_exit.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
 	-@ echo "-------"
 	-@ echo " "
 	-@ echo "Compiling vs uClibc: "
@@ -138,7 +138,7 @@
 	-diff -u teston_exit_glibc.out teston_exit.out
 	-@ echo " "
 
-testatexit: testatexit.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+testatexit: testatexit.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
 	-@ echo "-------"
 	-@ echo " "
 	-@ echo "Compiling vs uClibc: "
@@ -172,7 +172,7 @@
 	-diff -u testatexit_glibc.out testatexit.out
 	-@ echo " "
 
-ptytest: ptytest.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+ptytest: ptytest.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
 	-@ echo "-------"
 	-@ echo " "
 	-@ echo "Compiling vs uClibc: "




More information about the uClibc-cvs mailing list