OSDN Git Service

* intl.c: Don't include tm.h.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Dec 2010 17:29:12 +0000 (17:29 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Dec 2010 17:29:12 +0000 (17:29 +0000)
* Makefile.in (intl.o): Don't depend on $(TM_H).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167352 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in
gcc/intl.c

index c9e7072..e239bea 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-01  Joseph Myers  <joseph@codesourcery.com>
+
+       * intl.c: Don't include tm.h.
+       * Makefile.in (intl.o): Don't depend on $(TM_H).
+
 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
 
        * graphite-sese-to-poly.c (analyze_drs_in_stmts): Fix set but
index a3ea7a3..231500b 100644 (file)
@@ -4000,7 +4000,7 @@ gengtype-lex.c : gengtype-lex.l
 
 #\f
 # Remake internationalization support.
-intl.o: intl.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) intl.h Makefile
+intl.o: intl.c $(CONFIG_H) $(SYSTEM_H) coretypes.h intl.h Makefile
        $(COMPILER) $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) \
          -DLOCALEDIR=\"$(localedir)\" \
          -c $(srcdir)/intl.c $(OUTPUT_OPTION)
index f75be1f..c13ab8e 100644 (file)
@@ -21,7 +21,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include "tm.h"
 #include "intl.h"
 
 #ifdef HAVE_LANGINFO_CODESET