diff options
| author | mrg <mrg@NetBSD.org> | 2006-06-25 03:08:54 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2006-06-25 03:08:54 +0000 |
| commit | 2e81d433f501af94c078fec29896edf06daa387f (patch) | |
| tree | 7298d6d39f2015252d87f8197f4a2a38a8a89d6b /gnu/usr.bin | |
| parent | 51763b558824c30cbbeec8d1e291dd9948631d96 (diff) | |
clean gcov-iov{,.h} and insn-preds.c.
fix dependancies for build-ggc-none.lo and ggc-none.o.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gcc4/backend/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc4/backend/Makefile b/gnu/usr.bin/gcc4/backend/Makefile index f505409cff6..26f29396e73 100644 --- a/gnu/usr.bin/gcc4/backend/Makefile +++ b/gnu/usr.bin/gcc4/backend/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/06/23 17:27:08 mrg Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/25 03:08:54 mrg Exp $ MKPRIVATELIB= yes @@ -30,13 +30,14 @@ CLEANFILES+= gengenrtl genrtl.c genrtl.h \ gtype-c.h gtype-cp.h gtype-f.h gtype-objc.h \ genflags genflags.h \ gencheck tree-check.h \ - genpreds tm-preds.h tm_p.h cs-tm_p.h \ + insn-preds.c genpreds tm-preds.h tm_p.h cs-tm_p.h \ genmodes insn-modes.c insn-modes.h min-insn-modes.c \ auto-host.h build-print-rtl.c \ build-rtl.c build-errors.c build-varray.c \ build-bitmap.c build-ggc-none.c \ gt-*.h *.o *.lo \ cs-config.h \ + gcov-iov gcov-iov.h \ # # These files have special needs @@ -289,7 +290,8 @@ insn-attrtab.c: genattrtab ${G_md_file} # genextract.lo: insn-config.h insn-conditions.lo: insn-constants.h tm_p.h tm-preds.h -ggc-none.lo: gtype-desc.h +build-ggc-none.lo: gtype-desc.h +ggc-none.o: gtype-desc.h insn-attrtab.o: insn-config.h insn-extract.o: insn-config.h |
