summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2006-06-23 17:27:08 +0000
committermrg <mrg@NetBSD.org>2006-06-23 17:27:08 +0000
commit5378eb236801632b17fa2ecefab9bf9d0efb50ed (patch)
tree9d34de261d5b4e6dcfd1c5e473fb25945cb078a2 /gnu/usr.bin
parente9b01fa0619df8aeed1ef3a8b16c6a8b2cc8abf0 (diff)
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.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gcc4/backend/Makefile4
1 files changed, 2 insertions, 2 deletions
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