From 4a1bee62d6e4dc3022b5057406ba6b46b3160726 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Thu, 15 Dec 2005 16:49:21 +0000 Subject: [PATCH] t-darwin (darwin-c.o): Depend on $(TREE_H) instead of tree.h. 2005-12-14 Andrew Pinski * config/t-darwin (darwin-c.o): Depend on $(TREE_H) instead of tree.h. From-SVN: r108585 --- gcc/ChangeLog | 4 ++++ gcc/config/t-darwin | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 19cd3f07089..bcd57f9cf11 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-12-14 Andrew Pinski + + * config/t-darwin (darwin-c.o): Depend on $(TREE_H) instead of tree.h. + 2005-12-15 Richard Sandiford * config/arm/predicates.md (call_memory_operand): New. diff --git a/gcc/config/t-darwin b/gcc/config/t-darwin index 7fe322037cf..3e524f36901 100644 --- a/gcc/config/t-darwin +++ b/gcc/config/t-darwin @@ -6,7 +6,7 @@ darwin.o: $(srcdir)/config/darwin.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/darwin.c darwin-c.o: $(srcdir)/config/darwin-c.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ - $(TM_H) $(CPPLIB_H) tree.h c-pragma.h $(C_TREE_H) toplev.h $(TM_P_H) \ + $(TM_H) $(CPPLIB_H) $(TREE_H) c-pragma.h $(C_TREE_H) toplev.h $(TM_P_H) \ c-incpath.h flags.h $(C_COMMON_H) $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/darwin-c.c $(PREPROCESSOR_DEFINES)