From 17747f5cc6b9d9cb40da94cff599de1c30880d09 Mon Sep 17 00:00:00 2001 From: amodra Date: Mon, 21 Feb 2005 11:49:27 +0000 Subject: [PATCH] * Makefile.am (HFILES): Add itbl-lex.h. (itbl-lex.o, itbl-parse.o): Depend on itbl-lex.h * Makefile.in: Regenerate. * configure: Regenerate. * po/POTFILES.in: Regenerate. --- gas/Makefile.am | 5 +++-- gas/Makefile.in | 5 +++-- gas/configure | 12 +++++++----- gas/po/POTFILES.in | 1 + 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/gas/Makefile.am b/gas/Makefile.am index 58dfb4e153..450852ac75 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -221,6 +221,7 @@ HFILES = \ frags.h \ hash.h \ input-file.h \ + itbl-lex.h \ itbl-ops.h \ listing.h \ macro.h \ @@ -653,9 +654,9 @@ $(srcdir)/config/m68k-parse.h: ; @true # The instruction table specification lexical analyzer and parser. itbl-lex.c: $(srcdir)/itbl-lex.l -itbl-lex.o: itbl-lex.c itbl-parse.h +itbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h -itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h +itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h $(srcdir)/itbl-lex.h itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h diff --git a/gas/Makefile.in b/gas/Makefile.in index 28c40384ed..85400c6ce6 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -448,6 +448,7 @@ HFILES = \ frags.h \ hash.h \ input-file.h \ + itbl-lex.h \ itbl-ops.h \ listing.h \ macro.h \ @@ -3063,9 +3064,9 @@ $(srcdir)/config/m68k-parse.h: ; @true # The instruction table specification lexical analyzer and parser. itbl-lex.c: $(srcdir)/itbl-lex.l -itbl-lex.o: itbl-lex.c itbl-parse.h +itbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h -itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h +itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h $(srcdir)/itbl-lex.h itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h diff --git a/gas/configure b/gas/configure index d4994f4a36..47c8a86778 100755 --- a/gas/configure +++ b/gas/configure @@ -8035,11 +8035,6 @@ echo "${ECHO_T}$USE_NLS" >&6 USE_INCLUDED_LIBINTL=no if test "$USE_NLS" = "yes"; then - -cat >>confdefs.h <<\_ACEOF -#define ENABLE_NLS 1 -_ACEOF - echo "$as_me:$LINENO: checking whether included gettext is requested" >&5 echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6 @@ -8829,6 +8824,13 @@ echo "${ECHO_T}found xgettext programs is not GNU xgettext; ignore it" >&6 + if test "x$CATOBJEXT" != "x"; then + +cat >>confdefs.h <<\_ACEOF +#define ENABLE_NLS 1 +_ACEOF + + fi if test "x$CATOBJEXT" != "x"; then diff --git a/gas/po/POTFILES.in b/gas/po/POTFILES.in index 4f3e765be8..c926fd4977 100644 --- a/gas/po/POTFILES.in +++ b/gas/po/POTFILES.in @@ -178,6 +178,7 @@ input-file.c input-file.h input-scrub.c input-scrub.c +itbl-lex.h itbl-ops.c itbl-ops.h listing.c -- 2.11.0