Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/lib/libgcc Add "_eh.c" to list of files which are suppos...
details: https://anonhg.NetBSD.org/src/rev/cc280139c5e0
branches: trunk
changeset: 520070:cc280139c5e0
user: tron <tron%NetBSD.org@localhost>
date: Wed Jan 02 09:17:48 2002 +0000
description:
Add "_eh.c" to list of files which are supposed to get cleaned.
diffstat:
gnu/lib/libgcc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 341ae1d3f894 -r cc280139c5e0 gnu/lib/libgcc/Makefile
--- a/gnu/lib/libgcc/Makefile Wed Jan 02 05:26:58 2002 +0000
+++ b/gnu/lib/libgcc/Makefile Wed Jan 02 09:17:48 2002 +0000
@@ -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 @@
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}
Home |
Main Index |
Thread Index |
Old Index