[uClibc-cvs] uClibc/test/math Makefile,1.6,1.7

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


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

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/math/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile	18 Oct 2003 10:20:39 -0000	1.6
+++ Makefile	2 Jan 2004 23:07:38 -0000	1.7
@@ -57,7 +57,7 @@
 	$(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
 	-./$@
 
-rint: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+rint: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
 	-@ echo "-------"
 	-@ echo " "
 	-@ echo "Compiling vs uClibc: "
@@ -68,7 +68,7 @@
 	-./$@ > $@.out 2>&1
 	-@ echo " "
 
-rint_glibc: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+rint_glibc: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
 	-@ echo "-------"
 	-@ echo " "
 	-@ echo "Compiling vs glibc: "




More information about the uClibc-cvs mailing list