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>
|
||||
|
||||
* 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.
|
||||
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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user