Commit e0073fa8 by Andreas Jaeger Committed by Andreas Jaeger

* Makefile.in (print-rtl.o): Depend on CONFIG_H.

From-SVN: r57111
parent 1f298625
2002-09-13 Andreas Jaeger <aj@suse.de>
* Makefile.in (print-rtl.o): Depend on CONFIG_H.
2002-09-13 Steve Ellcey <sje@cup.hp.com>
* config/ia64/t-hpux (LIBGCC1_TEST, STMP_FIXPROTO,
......
......@@ -1392,7 +1392,7 @@ rtl-error.o: rtl-error.c system.h $(RTL_H) $(INSN_ATTR_H) insn-config.h \
rtl.o : rtl.c $(GCONFIG_H) $(SYSTEM_H) $(RTL_H) real.h $(GGC_H) errors.h
$(CC) -c $(ALL_CFLAGS) -DGENERATOR_FILE $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION)
print-rtl.o : print-rtl.c $(GCONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) \
print-rtl.o : print-rtl.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) \
hard-reg-set.h $(BASIC_BLOCK_H)
rtlanal.o : rtlanal.c $(CONFIG_H) $(SYSTEM_H) toplev.h $(RTL_H) \
hard-reg-set.h $(TM_P_H) insn-config.h $(RECOG_H) real.h flags.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment