aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
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/Makefile.in
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/Makefile.in')
-rw-r--r--gcc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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 \