summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/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/arm/Makefile
parent63438a8babdba7fdd9052e50f21075cbd4b4cfe7 (diff)
Lethal noticed that the generated file gmon-start.S was not
being cleaned up.
Diffstat (limited to 'libc/sysdeps/linux/arm/Makefile')
-rw-r--r--libc/sysdeps/linux/arm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile
index a2ac7365f..44fe7dd52 100644
--- a/libc/sysdeps/linux/arm/Makefile
+++ b/libc/sysdeps/linux/arm/Makefile
@@ -84,3 +84,5 @@ headers:
clean:
$(RM) *.[oa] *~ core
$(RM) bits/sysnum.h
+ $(RM) gmon-start.S
+