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
This commit is contained in:
Richard Henderson 2002-01-08 12:20:39 -08:00 committed by Richard Henderson
parent b3ca30df78
commit a693284d4d
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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)