aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/Makefile.in4
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1dee671..495ccf8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
2000-06-01 Richard Henderson <rth@cygnus.com>
+ * Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
+
* c-decl.c (init_decl_processing): Set lang_get_alias_set first thing.
2000-05-31 Richard Henderson <rth@cygnus.com>
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index f131dab..78a6859 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1093,8 +1093,8 @@ $(srcdir)/c-gperf.h: c-parse.gperf
$(SHELL) $(srcdir)/move-if-change tmp-gperf.h $(srcdir)/c-gperf.h
c-decl.o : c-decl.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) c-tree.h \
- c-common.h $(GGC_H) c-lex.h flags.h function.h output.h expr.h toplev.h \
- defaults.h
+ c-common.h $(GGC_H) c-lex.h flags.h function.h output.h $(EXPR_H) \
+ toplev.h defaults.h
c-typeck.o : c-typeck.c $(CONFIG_H) system.h $(TREE_H) c-tree.h c-common.h \
flags.h intl.h output.h $(EXPR_H) $(RTL_H) toplev.h
c-lang.o : c-lang.c $(CONFIG_H) system.h $(TREE_H) c-tree.h c-common.h \