[uClibc-cvs] uClibc/test/assert Makefile,1.13,1.14
Erik Andersen
andersen at uclibc.org
Fri Jan 2 23:07:39 UTC 2004
Update of /var/cvs/uClibc/test/assert
In directory nail:/tmp/cvs-serv473/assert
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/assert/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile 18 Oct 2003 10:20:31 -0000 1.13
+++ Makefile 2 Jan 2004 23:07:37 -0000 1.14
@@ -23,7 +23,7 @@
TARGETS=assert
all: $(TARGETS)
-assert: assert.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC)
+assert: assert.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak
-@ echo "-------"
-@ echo " "
-@ echo "Compiling vs uClibc: "
More information about the uClibc-cvs
mailing list