diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2006-09-29 01:30:37 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2006-09-29 01:30:37 +0000 |
| commit | d5b464e86240fe6598e226d66cb75bbd89205c4b (patch) | |
| tree | 28656e5f9e975e8ceab479462fa9d7dbff3678ec /gnu | |
| parent | 04a332149c343b9eccf363175bcfbf11c4cd3556 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 78bdb690a0f8..36ee18823ab2 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -47,7 +47,6 @@ OPTION_FILES=${GCCDIR}/f/lang.opt ${GCCDIR}/c.opt ${GCCDIR}/common.opt .ORDER: options.h options.c options.h options.c: opts.sh ${OPTION_FILES} /bin/sh ${GCCDIR}/opts.sh mv options.c options.h ${OPTION_FILES} - GENSRCS+= options.c options.h CLEANFILES+= options.c options.h @@ -152,7 +151,7 @@ tm-preds.h: genpreds GENSRCS+= tm-preds.h #----------------------------------------------------------------------- -# Gengtype +# Gengtype gengtype-lex.c : gengtype-lex.l ${LEX} -t ${.ALLSRC} | \ @@ -498,7 +497,7 @@ genconditions.o: insn-modes.h genrtl.h gencodes.o: insn-modes.h genrtl.h genconfig.o: insn-modes.h genrtl.h print-rtl.o: insn-modes.h genrtl.h tm-preds.h tree-check.h -read-rtl.o: insn-modes.h genrtl.h +read-rtl.o: insn-modes.h genrtl.h genattr.o: insn-modes.h genrtl.h genemit.o: insn-modes.h genrtl.h genflags.o: insn-modes.h genrtl.h |
