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
This commit is contained in:
Joseph Myers 2010-12-01 17:29:12 +00:00 committed by Joseph Myers
parent 844e904d4f
commit a878b2d797
3 changed files with 6 additions and 2 deletions

View 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

View File

@ -4000,7 +4000,7 @@ gengtype-lex.c : gengtype-lex.l
#
# 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)

View 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