aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-06-01 03:13:19 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-06-01 03:13:19 -0700
commit03d2f2b8000c20a2c68299524ca641ca5599ba66 (patch)
tree0e6837e98d6f854163fb55ff6693274b1c2c92e3 /gcc
parent4ac4357be5711e7cb1b9dce455cdfffe7c9d883a (diff)
downloadgcc-03d2f2b8000c20a2c68299524ca641ca5599ba66.zip
gcc-03d2f2b8000c20a2c68299524ca641ca5599ba66.tar.gz
gcc-03d2f2b8000c20a2c68299524ca641ca5599ba66.tar.bz2
* Makefile.in (c-decl.o): Depend on $(EXPR_H), not expr.h.
From-SVN: r34337
Diffstat (limited to 'gcc')
-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 \