[uClibc-cvs] uClibc/libc/sysdeps/linux/i386 Makefile,1.64,1.65

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


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

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/i386/Makefile,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- Makefile	22 Nov 2003 21:22:00 -0000	1.64
+++ Makefile	3 Dec 2003 23:12:12 -0000	1.65
@@ -94,3 +94,5 @@
 	$(RM) *.[oa] *~ core
 	$(RM) bits/sysnum.h
 	$(RM) $(TOPDIR)/include/fpu_control.h
+	$(RM) gmon-start.S
+




More information about the uClibc-cvs mailing list