mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
844e904d4f
commit
a878b2d797
|
|
@ -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>
|
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
|
||||||
|
|
||||||
#
|
#
|
||||||
# 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
|
||||||
#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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue