[uClibc-cvs] uClibc/test/silly Makefile,1.16,1.17

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


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

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/silly/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile	18 Oct 2003 10:20:51 -0000	1.16
+++ Makefile	2 Jan 2004 23:07:49 -0000	1.17
@@ -33,7 +33,7 @@
 	-@ cat hello.c
 	-@ echo " "
 
-hello: hello.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+hello: hello.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
 	-@ echo "-------"
 	-@ echo " "
 	-@ echo "Compiling vs uClibc: "
@@ -60,7 +60,7 @@
 	-@ echo " "
 
 
-tiny: tiny.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+tiny: tiny.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
 	-@ echo "-------"
 	-@ echo " "
 	-@ echo "Compiling vs uClibc: "




More information about the uClibc-cvs mailing list