* Makefile.in (TARGET_H): Add insn-codes.h.
From-SVN: r200093
This commit is contained in:
parent
a96e949c2c
commit
f5273574ff
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue