aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-01-08 12:20:39 -0800
committerRichard Henderson <rth@gcc.gnu.org>2002-01-08 12:20:39 -0800
commita693284d4dc9fc5d28e7e5f69534f6fee0df8838 (patch)
tree565b375e2112332152f05fe952d783733257224c
parentb3ca30df78d4c4a33cc268f12301b3f8493824c6 (diff)
downloadgcc-a693284d4dc9fc5d28e7e5f69534f6fee0df8838.zip
gcc-a693284d4dc9fc5d28e7e5f69534f6fee0df8838.tar.gz
gcc-a693284d4dc9fc5d28e7e5f69534f6fee0df8838.tar.bz2
Makefile.in (toplev.o): Depend on options.h.
* Makefile.in (toplev.o): Depend on options.h. (gcc.o): Depend on specs.h. From-SVN: r48659
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/Makefile.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1b95cfe..03f1643 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-08 Richard Henderson <rth@redhat.com>
+
+ * Makefile.in (toplev.o): Depend on options.h.
+ (gcc.o): Depend on specs.h.
+
2002-01-08 Jakub Jelinek <jakub@redhat.com>
* expr.c (store_expr): Convert VOIDmode constants back to target's
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 5e3a447..97dda02 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1233,7 +1233,7 @@ DRIVER_DEFINES = \
`test "X$${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"`
gcc.o: gcc.c $(CONFIG_H) $(SYSTEM_H) intl.h multilib.h \
- Makefile $(lang_specs_files) prefix.h $(GCC_H)
+ Makefile $(lang_specs_files) specs.h prefix.h $(GCC_H)
(SHLIB_LINK='$(SHLIB_LINK)' \
SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
@@ -1344,7 +1344,7 @@ toplev.o : toplev.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(RTL_H) function.h \
dwarf2out.h sdbout.h dbxout.h $(EXPR_H) hard-reg-set.h $(BASIC_BLOCK_H) \
graph.h $(LOOP_H) except.h $(REGS_H) $(TIMEVAR_H) $(lang_options_files) \
ssa.h $(PARAMS_H) $(TM_P_H) reload.h dwarf2asm.h $(TARGET_H) halfpic.h \
- langhooks.h insn-flags.h
+ langhooks.h insn-flags.h options.h
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
-DTARGET_NAME=\"$(target_alias)\" \
-c $(srcdir)/toplev.c $(OUTPUT_OPTION)