From 51860f4122fd8d0adc8b2075dbdbe91031b84f4c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 3 Dec 2003 23:12:14 +0000 Subject: Lethal noticed that the generated file gmon-start.S was not being cleaned up. --- libc/sysdeps/linux/i386/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/i386') 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 + -- cgit v1.2.3