[uClibc-cvs] uClibc/libc/sysdeps/linux/powerpc Makefile,1.28,1.29

Erik Andersen andersen at uclibc.org
Wed Dec 3 23:12:16 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/powerpc
In directory winder:/tmp/cvs-serv29815/powerpc

Modified Files:
	Makefile 
Log Message:
Lethal noticed that the generated file gmon-start.S was not
being cleaned up.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/powerpc/Makefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile	22 Nov 2003 21:22:15 -0000	1.28
+++ Makefile	3 Dec 2003 23:12:13 -0000	1.29
@@ -94,3 +94,5 @@
 clean:
 	$(RM) *.[oa] *~ core
 	$(RM) bits/sysnum.h
+	$(RM) gmon-start.S
+




More information about the uClibc-cvs mailing list