summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-03 23:12:14 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-03 23:12:14 +0000
commit51860f4122fd8d0adc8b2075dbdbe91031b84f4c (patch)
tree4cca0cbc144f4bfb4bb69fa793f4d2745af2f030 /libc/sysdeps/linux/powerpc/Makefile
parent63438a8babdba7fdd9052e50f21075cbd4b4cfe7 (diff)
Lethal noticed that the generated file gmon-start.S was not
being cleaned up.
Diffstat (limited to 'libc/sysdeps/linux/powerpc/Makefile')
-rw-r--r--libc/sysdeps/linux/powerpc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/powerpc/Makefile b/libc/sysdeps/linux/powerpc/Makefile
index 90158b8fe..944a5ca5d 100644
--- a/libc/sysdeps/linux/powerpc/Makefile
+++ b/libc/sysdeps/linux/powerpc/Makefile
@@ -94,3 +94,5 @@ headers:
clean:
$(RM) *.[oa] *~ core
$(RM) bits/sysnum.h
+ $(RM) gmon-start.S
+