diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-03-19 05:14:44 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-03-19 05:14:44 +0000 |
commit | a054ab1d0c576434bca611a23ad5020f459d3535 (patch) | |
tree | f6b25fb12c832403caf7ada6b40c9735ffaae695 /gcc | |
parent | e2c49ac21ccbb3d5b747485ead8a090422ad0e43 (diff) | |
download | gcc-a054ab1d0c576434bca611a23ad5020f459d3535.tar.gz |
* Makefile.in (expr.o): Depend on intl.h.
From-SVN: r32629
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a582375d3a8..1301dab8e3c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,8 @@ 2000-03-18 Mark Mitchell <mark@codesourcery.com> * expr.c: Include intl.h. - + * Makefile.in (expr.o): Depend on intl.h. + 2000-03-18 Richard Henderson <rth@cygnus.com> * expr.c (emit_move_insn_1): Clarify cannot_inline message. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 51ff35f7262..d849adace75 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1514,7 +1514,7 @@ except.o : except.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h \ expr.o : expr.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h function.h \ $(REGS_H) insn-flags.h insn-codes.h $(EXPR_H) insn-config.h $(RECOG_H) \ output.h typeclass.h hard-reg-set.h toplev.h hard-reg-set.h except.h \ - ggc.h + ggc.h intl.h builtins.o : builtins.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h \ function.h $(REGS_H) insn-flags.h insn-codes.h $(EXPR_H) insn-config.h \ $(RECOG_H) output.h typeclass.h hard-reg-set.h toplev.h hard-reg-set.h \ |