* Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.
From-SVN: r31077
This commit is contained in:
parent
188e3966cd
commit
6165fb6bf5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Dec 23 03:57:10 1999 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.
|
||||
|
||||
1999-12-23 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
|
||||
|
||||
* config/c4x/c4x.c (c4x_address_cost): Add statement to default
|
||||
|
|
|
@ -749,7 +749,7 @@ DEMANGLE_H = $(srcdir)/../include/demangle.h
|
|||
RECOG_H = recog.h
|
||||
EXPR_H = expr.h insn-codes.h
|
||||
REGS_H = regs.h varray.h $(MACHMODE_H)
|
||||
INTREGRATE_H = integrate.h varray.h
|
||||
INTEGRATE_H = integrate.h varray.h
|
||||
LOOP_H = loop.h varray.h
|
||||
#
|
||||
# Language makefile fragments.
|
||||
|
|
Loading…
Add table
Reference in a new issue