[uClibc-cvs] uClibc Makefile,1.197,1.198

Erik Andersen andersen at codepoet.org
Fri Jan 24 16:22:43 UTC 2003


Update of /var/cvs/uClibc
In directory winder:/tmp/cvs-serv22800

Modified Files:
	Makefile 
Log Message:
Stupid typo


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/Makefile,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -d -r1.197 -r1.198
--- Makefile	24 Jan 2003 16:09:00 -0000	1.197
+++ Makefile	24 Jan 2003 16:22:40 -0000	1.198
@@ -354,7 +354,8 @@
 	$(MAKE) -C libc/misc/wchar clean
 	$(MAKE) -C libc/unistd clean
 	$(MAKE) -C libc/sysdeps/linux/common clean
-	$(MAKE) -C extra/gcc-uClibc extra/locale clean
+	$(MAKE) -C extra/gcc-uClibc clean
+	$(MAKE) -C extra/locale clean
 	@set -e; \
 	for i in `(cd $(TOPDIR)/libc/sysdeps/linux/common/sys; ls *.h)` ; do \
 		rm -f include/sys/$$i; \




More information about the uClibc-cvs mailing list