Commit a878b2d7 by Joseph Myers Committed by Joseph Myers

intl.c: Don't include tm.h.

	* intl.c: Don't include tm.h.
	* Makefile.in (intl.o): Don't depend on $(TM_H).

From-SVN: r167352
parent 844e904d
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> 2010-12-01 Sebastian Pop <sebastian.pop@amd.com>
* graphite-sese-to-poly.c (analyze_drs_in_stmts): Fix set but * graphite-sese-to-poly.c (analyze_drs_in_stmts): Fix set but
...@@ -4000,7 +4000,7 @@ gengtype-lex.c : gengtype-lex.l ...@@ -4000,7 +4000,7 @@ gengtype-lex.c : gengtype-lex.l
# #
# Remake internationalization support. # 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) \ $(COMPILER) $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) \
-DLOCALEDIR=\"$(localedir)\" \ -DLOCALEDIR=\"$(localedir)\" \
-c $(srcdir)/intl.c $(OUTPUT_OPTION) -c $(srcdir)/intl.c $(OUTPUT_OPTION)
......
...@@ -21,7 +21,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -21,7 +21,6 @@ along with GCC; see the file COPYING3. If not see
#include "config.h" #include "config.h"
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "tm.h"
#include "intl.h" #include "intl.h"
#ifdef HAVE_LANGINFO_CODESET #ifdef HAVE_LANGINFO_CODESET
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment