summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authortron <tron@NetBSD.org>2002-01-02 09:17:48 +0000
committertron <tron@NetBSD.org>2002-01-02 09:17:48 +0000
commit2ece7637b16703fec35720822b5ef5906b05e86f (patch)
treed594f709bbf261835c751118e8db7a3285b168d3 /gnu
parent706a739f19fac0b5163031e73a328e140b53c69a (diff)
Add "_eh.c" to list of files which are supposed to get cleaned.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libgcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index 26fd9948be0..0769f4ab2a0 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2001/12/14 16:55:14 thorpej Exp $
+# $NetBSD: Makefile,v 1.37 2002/01/02 09:17:48 tron Exp $
REQUIRETOOLS= yes
@@ -36,7 +36,7 @@ SRCS+= ${LIB2FUNCS} ${LIB2FUNCS_EH} ${CXX_LIB2FUNCS} \
OBJS+= ${G_LIB2FUNCS_EH:=.o}
# XXX fp-bit.c should be removed from this list after some grace period.
-CLEANFILES+= ${LIB2FUNCS} ${CXX_LIB2FUNCS} dp-bit.c fp-bit.c
+CLEANFILES+= ${LIB2FUNCS} ${CXX_LIB2FUNCS} dp-bit.c _eh.c fp-bit.c
${LIB2FUNCS}: ${.CURDIR}/Makefile
printf '#define L${.PREFIX}\n#include <libgcc2.c>\n' >${.TARGET}