OSDN Git Service

Lethal noticed that the generated file gmon-start.S was not
authorEric Andersen <andersen@codepoet.org>
Wed, 3 Dec 2003 23:12:14 +0000 (23:12 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 3 Dec 2003 23:12:14 +0000 (23:12 -0000)
being cleaned up.

libc/sysdeps/linux/arm/Makefile
libc/sysdeps/linux/i386/Makefile
libc/sysdeps/linux/powerpc/Makefile
libc/sysdeps/linux/sh/Makefile

index a2ac736..44fe7dd 100644 (file)
@@ -84,3 +84,5 @@ headers:
 clean:
        $(RM) *.[oa] *~ core
        $(RM) bits/sysnum.h
+       $(RM) gmon-start.S
+
index ddfc1fb..9ba60f5 100644 (file)
@@ -94,3 +94,5 @@ clean:
        $(RM) *.[oa] *~ core
        $(RM) bits/sysnum.h
        $(RM) $(TOPDIR)/include/fpu_control.h
+       $(RM) gmon-start.S
+
index 90158b8..944a5ca 100644 (file)
@@ -94,3 +94,5 @@ headers:
 clean:
        $(RM) *.[oa] *~ core
        $(RM) bits/sysnum.h
+       $(RM) gmon-start.S
+
index 0bcdaac..c7f125b 100644 (file)
@@ -92,3 +92,5 @@ headers:
 clean:
        $(RM) *.[oa] *~ core
        $(RM) bits/sysnum.h
+       $(RM) gmon-start.S
+