diff options
| author | mrg <mrg@NetBSD.org> | 2006-05-31 05:13:20 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2006-05-31 05:13:20 +0000 |
| commit | b435d26d50b4f4002bc811d11cffcf4ccdc024f0 (patch) | |
| tree | 08783e8ebce90ac14fa3a9c6acbfc9340fc5e553 /gnu/usr.bin | |
| parent | e8c51d90a5310e866d891dede8cd0949a5d30973 (diff) | |
add insn-modes.h to the list of header files the gen* programs .lo
objects depend on. now usr.bin/gcc4 is "make -j100" safe.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gcc4/backend/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/gcc4/backend/Makefile b/gnu/usr.bin/gcc4/backend/Makefile index afebd157683..7732067b304 100644 --- a/gnu/usr.bin/gcc4/backend/Makefile +++ b/gnu/usr.bin/gcc4/backend/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2006/05/10 22:48:12 mrg Exp $ +# $NetBSD: Makefile,v 1.2 2006/05/31 05:13:20 mrg Exp $ MKPRIVATELIB= yes @@ -58,7 +58,7 @@ COPTS.reload1.c= -O1 # Headers that host objects depend on (except gen*rtl*) HH_NORTL= ${G_tm_file_list} ${G_build_xm_include_list} -HH= ${HH_NORTL} genrtl.h +HH= ${HH_NORTL} genrtl.h insn-modes.h # # Generate the various header files we need. @@ -275,7 +275,7 @@ insn-${f}: gen${f:R} ${G_md_file} # "One of these things is not like the other" # CLEANFILES+= genattrtab insn-attrtab.c -genattrtab.lo: ${HH} gtype-desc.h insn-modes.h +genattrtab.lo: ${HH} gtype-desc.h genautomata.lo: ${HH} genattrtab: genattrtab.lo genautomata.lo ${EXTRADEPENDS} ${G_BUILD_VARRAY:.o=.lo} ${_MKTARGET_LINK} @@ -289,7 +289,7 @@ insn-attrtab.c: genattrtab ${G_md_file} # genextract.lo: insn-config.h insn-conditions.lo: insn-constants.h tm_p.h tm-preds.h -genattr.c: insn-modes.h +ggc-none.lo: gtype-desc.h insn-attrtab.o: insn-config.h insn-extract.o: insn-config.h |
