Makefile.in (recog.o): Use BASIC_BLOCK_H macro.
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>
Wed, 10 Nov 1999 07:21:02 +0000 (07:21 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Wed, 10 Nov 1999 07:21:02 +0000 (07:21 +0000)
* Makefile.in (recog.o): Use BASIC_BLOCK_H macro.
(print-rtl.o, $(HOST_PREIFX_1)print-rtl.o: Likewise.  Remove
redundant bitmap.h.

From-SVN: r30468

gcc/ChangeLog
gcc/Makefile.in

index 3f89016b9f3dc932be4310db94fb05c7145344c4..3f2196e914058448d4c300644755a99281c9ba5e 100644 (file)
@@ -1,3 +1,9 @@
+Wed Nov 10 04:58:09 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+
+       * Makefile.in (recog.o): Use BASIC_BLOCK_H macro.
+       (print-rtl.o, $(HOST_PREIFX_1)print-rtl.o: Likewise.  Remove
+       redundant bitmap.h.
+
 Wed Nov 10 00:02:53 1999  Jeffrey A Law  (law@cygnus.com)
 
         * flow.c (compute_flow_dominators): No longer treat basic block 0
index 2c05f2c1ce3c752d75b52dfb65c9c30b3c505478..f7e41db10583a96fa490f046c7adad0bd87b92f8 100644 (file)
@@ -1471,7 +1471,7 @@ toplev.o : toplev.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) function.h \
 
 rtl.o : rtl.c $(CONFIG_H) system.h $(RTL_H) bitmap.h ggc.h toplev.h
 
-print-rtl.o : print-rtl.c $(CONFIG_H) system.h $(RTL_H) bitmap.h basic-block.h
+print-rtl.o : print-rtl.c $(CONFIG_H) system.h $(RTL_H) $(BASIC_BLOCK_H)
 rtlanal.o : rtlanal.c $(CONFIG_H) system.h $(RTL_H)
 errors.o : errors.c $(CONFIG_H) system.h errors.h
 
@@ -1596,9 +1596,9 @@ final.o : final.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h intl.h \
    real.h output.h hard-reg-set.h insn-flags.h insn-codes.h gstab.h except.h \
    xcoffout.h defaults.h toplev.h reload.h dwarfout.h dwarf2out.h sdbout.h \
    dbxout.h
-recog.o : recog.c $(CONFIG_H) system.h $(RTL_H) function.h \
+recog.o : recog.c $(CONFIG_H) system.h $(RTL_H) function.h $(BASIC_BLOCK_H) \
    $(REGS_H) $(RECOG_H) hard-reg-set.h flags.h insn-config.h insn-attr.h \
-   insn-flags.h insn-codes.h real.h toplev.h output.h resource.h basic-block.h
+   insn-flags.h insn-codes.h real.h toplev.h output.h resource.h 
 reg-stack.o : reg-stack.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) recog.h \
    $(REGS_H) hard-reg-set.h flags.h insn-config.h insn-flags.h toplev.h \
    varray.h function.h
@@ -1876,8 +1876,8 @@ $(HOST_PREFIX_1)rtl.o: $(srcdir)/rtl.c $(CONFIG_H) system.h $(RTL_H) \
        sed -e 's/config[.]h/hconfig.h/' $(srcdir)/rtl.c > $(HOST_PREFIX)rtl.c
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(HOST_PREFIX)rtl.c
 
-$(HOST_PREFIX_1)print-rtl.o: $(srcdir)/print-rtl.c $(CONFIG_H) system.h \
-  $(RTL_H) bitmap.h basic-block.h
+$(HOST_PREFIX_1)print-rtl.o: $(srcdir)/print-rtl.c $(CONFIG_H) \
+  $(RTL_H) $(BASIC_BLOCK_H) system.h
        rm -f $(HOST_PREFIX)print-rtl.c
        sed -e 's/config[.]h/hconfig.h/' $(srcdir)/print-rtl.c > $(HOST_PREFIX)print-rtl.c
        $(HOST_CC) -c $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) $(HOST_PREFIX)print-rtl.c