* Makefile.in (TARGET_H): Add insn-codes.h.

From-SVN: r200093
This commit is contained in:
Mike Stump 2013-06-14 16:27:43 +00:00 committed by Mike Stump
parent a96e949c2c
commit f5273574ff
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-06-14 Mike Stump <mikestump@comcast.net>
* Makefile.in (TARGET_H): Add insn-codes.h.
2013-06-14 Alan Modra <amodra@gmail.com>
PR middle-end/57134

View File

@ -848,7 +848,7 @@ EXCEPT_H = except.h $(HASHTAB_H)
TARGET_DEF = target.def target-hooks-macros.h
C_TARGET_DEF = c-family/c-target.def target-hooks-macros.h
COMMON_TARGET_DEF = common/common-target.def target-hooks-macros.h
TARGET_H = $(TM_H) target.h $(TARGET_DEF) insn-modes.h
TARGET_H = $(TM_H) target.h $(TARGET_DEF) insn-modes.h insn-codes.h
C_TARGET_H = c-family/c-target.h $(C_TARGET_DEF)
COMMON_TARGET_H = common/common-target.h $(INPUT_H) $(COMMON_TARGET_DEF)
MACHMODE_H = machmode.h mode-classes.def insn-modes.h