From: Mike Stump Date: Sat, 20 Feb 2010 06:50:26 +0000 (+0000) Subject: * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it. X-Git-Tag: releases/gcc-4.5.0~691 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f233f7ed7fe361eeab0fdc35ff821b87b8d10a59;p=thirdparty%2Fgcc.git * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it. From-SVN: r156922 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c44f16f3256..b34e83a0eb86 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-02-19 Mike Stump + + * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it. + 2010-02-19 Jason Merrill PR target/40332 diff --git a/gcc/config/t-darwin b/gcc/config/t-darwin index 49dfa2ecce8c..e9344845abb0 100644 --- a/gcc/config/t-darwin +++ b/gcc/config/t-darwin @@ -35,8 +35,6 @@ darwin-f.o: $(srcdir)/config/darwin-f.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(srcdir)/config/darwin-f.c $(PREPROCESSOR_DEFINES) -gt-darwin.h : s-gtype ; @true - darwin-driver.o: $(srcdir)/config/darwin-driver.c \ $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(GCC_H) $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \