aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-02-21 11:49:31 +0000
committerAlan Modra <amodra@gmail.com>2005-02-21 11:49:31 +0000
commitb16b813f9dd79282a8a4313f05c1b460c82c9403 (patch)
tree82f314183342be17563f057a983704ff566dd4ac /gas
parent72f477446021f31afd930bb5366396b75c215fae (diff)
downloadfsf-binutils-gdb-b16b813f9dd79282a8a4313f05c1b460c82c9403.zip
fsf-binutils-gdb-b16b813f9dd79282a8a4313f05c1b460c82c9403.tar.gz
fsf-binutils-gdb-b16b813f9dd79282a8a4313f05c1b460c82c9403.tar.bz2
* 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.
Diffstat (limited to 'gas')
-rw-r--r--gas/Makefile.am5
-rw-r--r--gas/Makefile.in5
-rwxr-xr-xgas/configure12
-rw-r--r--gas/po/POTFILES.in1
4 files changed, 14 insertions, 9 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am
index 58dfb4e..450852a 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 28c4038..85400c6 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 d4994f4..47c8a86 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 4f3e765..c926fd4 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