[uClibc-cvs] uClibc/libc/sysdeps/linux/sh Makefile,1.30,1.31
Erik Andersen
andersen at uclibc.org
Wed Dec 3 23:12:18 UTC 2003
Update of /var/cvs/uClibc/libc/sysdeps/linux/sh
In directory winder:/tmp/cvs-serv29815/sh
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/sh/Makefile,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Makefile 2 Dec 2003 19:06:31 -0000 1.30
+++ Makefile 3 Dec 2003 23:12:14 -0000 1.31
@@ -92,3 +92,5 @@
clean:
$(RM) *.[oa] *~ core
$(RM) bits/sysnum.h
+ $(RM) gmon-start.S
+
More information about the uClibc-cvs
mailing list