(out_object_file): Depend on TREE_H.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 27 Oct 1995 19:15:46 +0000 (15:15 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 27 Oct 1995 19:15:46 +0000 (15:15 -0400)
From-SVN: r10535

gcc/Makefile.in

index 7575901e9222e89c511124719896233108d0e059..5027d2c0c8a4070dd85244e4d711815c4cb9f305 100644 (file)
@@ -1248,7 +1248,7 @@ recog.o : recog.c $(CONFIG_H) $(RTL_H)  \
 reg-stack.o : reg-stack.c $(CONFIG_H) $(RTL_H) $(TREE_H) \
    regs.h hard-reg-set.h flags.h insn-config.h
 
-$(out_object_file): $(out_file) $(CONFIG_H) \
+$(out_object_file): $(out_file) $(CONFIG_H) $(TREE_H) \
    $(RTL_H) regs.h hard-reg-set.h real.h insn-config.h conditions.h \
    insn-flags.h output.h insn-attr.h insn-codes.h
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(out_file)