aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2010-05-29 11:31:50 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2010-05-29 11:31:50 +0000
commit1a86e236a382601d1e0fc5ec52ae21daab2c1933 (patch)
tree2ec44e64c2144dfca4ada14c0a44fda34df149ac /gcc
parent65ea7e282a589f270eef21342e66395e1fe2ef35 (diff)
downloadgcc-1a86e236a382601d1e0fc5ec52ae21daab2c1933.zip
gcc-1a86e236a382601d1e0fc5ec52ae21daab2c1933.tar.gz
gcc-1a86e236a382601d1e0fc5ec52ae21daab2c1933.tar.bz2
* config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
From-SVN: r160023
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/config/t-darwin2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index adfd11d..f24e900 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -5,6 +5,8 @@
* config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
* config/spu/t-spu-elf: Fix dependencies.
+ * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
+
2010-05-29 Mike Stump <mikestump@comcast.net>
* Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
diff --git a/gcc/config/t-darwin b/gcc/config/t-darwin
index 8d5fe1b..4e0a00e 100644
--- a/gcc/config/t-darwin
+++ b/gcc/config/t-darwin
@@ -26,7 +26,7 @@ darwin.o: $(srcdir)/config/darwin.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
$(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 toplev.h $(TM_P_H) \
incpath.h flags.h $(C_COMMON_H)
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(srcdir)/config/darwin-c.c $(PREPROCESSOR_DEFINES)