From 5378eb236801632b17fa2ecefab9bf9d0efb50ed Mon Sep 17 00:00:00 2001 From: mrg Date: Fri, 23 Jun 2006 17:27:08 +0000 Subject: factor out the unwind.h building code. use it for libgcc itself (needed when there is no libgcc_s.) add dependancies for the generated arch/defs.mk to optionlist. --- gnu/usr.bin/gcc4/backend/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/gcc4/backend/Makefile b/gnu/usr.bin/gcc4/backend/Makefile index 828cf5d2f0d..f505409cff6 100644 --- a/gnu/usr.bin/gcc4/backend/Makefile +++ b/gnu/usr.bin/gcc4/backend/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/06/04 04:37:47 mrg Exp $ +# $NetBSD: Makefile,v 1.4 2006/06/23 17:27:08 mrg Exp $ MKPRIVATELIB= yes @@ -160,7 +160,7 @@ tm_p.h: Makefile ${HOST_SH} ${GNUHOSTDIST}/gcc/mkconfig.sh ${.TARGET} CLEANFILES+= options.h options.c optionlist -optionlist: ${G_ALL_OPT_FILES) Makefile ${DIST}/gcc/opt-gather.awk +optionlist: ${G_ALL_OPT_FILES} ${GCCARCH}/defs.mk Makefile ${DIST}/gcc/opt-gather.awk ${AWK} -f ${DIST}/gcc/opt-gather.awk ${G_ALL_OPT_FILES} > ${.TARGET} options.c: optionlist ${DIST}/gcc/opt-functions.awk ${DIST}/gcc/optc-gen.awk -- cgit