diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-03 23:12:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-03 23:12:14 +0000 |
commit | 51860f4122fd8d0adc8b2075dbdbe91031b84f4c (patch) | |
tree | 4cca0cbc144f4bfb4bb69fa793f4d2745af2f030 /libc/sysdeps/linux/i386/Makefile | |
parent | 63438a8babdba7fdd9052e50f21075cbd4b4cfe7 (diff) | |
download | uClibc-alpine-51860f4122fd8d0adc8b2075dbdbe91031b84f4c.tar.bz2 uClibc-alpine-51860f4122fd8d0adc8b2075dbdbe91031b84f4c.tar.xz |
Lethal noticed that the generated file gmon-start.S was not
being cleaned up.
Diffstat (limited to 'libc/sysdeps/linux/i386/Makefile')
-rw-r--r-- | libc/sysdeps/linux/i386/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index ddfc1fbd7..9ba60f59e 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/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 + |