]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.in (MD_DEPS, s-mddeps): New.
authorRichard Henderson <rth@redhat.com>
Thu, 16 Dec 2004 17:31:58 +0000 (09:31 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 16 Dec 2004 17:31:58 +0000 (09:31 -0800)
commit26be549aac6f1c571da373bf52770b400ca7c210
tree67e95850d4cb4c5af97945b9a98964954c1bc606
parentf85d8f699663290de6a00907542994763f610046
Makefile.in (MD_DEPS, s-mddeps): New.

        * Makefile.in (MD_DEPS, s-mddeps): New.
        (s-config, s-conditions, s-flags, s-codes, s-constants, s-emit,
        s-recog, s-opinit, s-extract, s-peep, s-attr, s-attrtab, s-output,
        s-preds): Depend on MD_DEPS instead of md_file.
        (genobjnames): Add genmddeps.o
        (build/genmddeps, build/genmddeps.o): New.
        (mostlyclean): Remove mddeps.mk.
        * genmddeps.c: New file.
        * gensupport.c (include_callback): New.
        (process_include): Call it.
        * gensupport.h (include_callback): Declare.

From-SVN: r92269
gcc/ChangeLog
gcc/Makefile.in
gcc/genmddeps.c [new file with mode: 0644]
gcc/gensupport.c
gcc/gensupport.h