[uClibc-cvs] uClibc/test/stat Makefile,1.5,1.6

Erik Andersen andersen at codepoet.org
Thu Jan 23 16:28:39 UTC 2003


Update of /var/cvs/uClibc/test/stat
In directory winder:/tmp/cvs-serv6374/stat

Modified Files:
	Makefile 
Log Message:
Update tests to be somewhat consistant with the rest of the world


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/test/stat/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile	19 Dec 2001 15:53:06 -0000	1.5
+++ Makefile	23 Jan 2003 16:28:06 -0000	1.6
@@ -51,8 +51,8 @@
 	-@ echo " "
 	-@ echo "Compiling vs GNU libc: "
 	-@ echo " "
-	$(HOST_CC) $(GLIBC_CFLAGS) -c $< -o $@.o
-	$(HOST_CC) $(GLIBC_LDFLAGS) $@.o -o $@
+	$(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o
+	$(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@
 	$(STRIPTOOL) -x -R .note -R .comment $@
 	-$(LDD) $@
 	ls -l $@




More information about the uClibc-cvs mailing list