ソースを参照

Lethal noticed that the generated file gmon-start.S was not
being cleaned up.

Eric Andersen 20 年 前
コミット
51860f4122

+ 2 - 0
libc/sysdeps/linux/arm/Makefile

@@ -84,3 +84,5 @@ headers:
 clean:
 	$(RM) *.[oa] *~ core
 	$(RM) bits/sysnum.h
+	$(RM) gmon-start.S
+

+ 2 - 0
libc/sysdeps/linux/i386/Makefile

@@ -94,3 +94,5 @@ clean:
 	$(RM) *.[oa] *~ core
 	$(RM) bits/sysnum.h
 	$(RM) $(TOPDIR)/include/fpu_control.h
+	$(RM) gmon-start.S
+

+ 2 - 0
libc/sysdeps/linux/powerpc/Makefile

@@ -94,3 +94,5 @@ headers:
 clean:
 	$(RM) *.[oa] *~ core
 	$(RM) bits/sysnum.h
+	$(RM) gmon-start.S
+

+ 2 - 0
libc/sysdeps/linux/sh/Makefile

@@ -92,3 +92,5 @@ headers:
 clean:
 	$(RM) *.[oa] *~ core
 	$(RM) bits/sysnum.h
+	$(RM) gmon-start.S
+