aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2024-06-20 21:14:24 +0930
committerAlan Modra <amodra@gmail.com>2024-06-20 21:15:27 +0930
commit56f39033698b22a89571b345e5133b486822df1d (patch)
tree341ee99d646d3efef302612b3ef3210be785aca0 /gdb/Makefile.in
parente874cbd3879843a83e4bcc4b54cd7107387b1df6 (diff)
downloadgdb-56f39033698b22a89571b345e5133b486822df1d.zip
gdb-56f39033698b22a89571b345e5133b486822df1d.tar.gz
gdb-56f39033698b22a89571b345e5133b486822df1d.tar.bz2
Revert "Remove LIBINTL_DEP"
This reverts commit e874cbd3879843a83e4bcc4b54cd7107387b1df6. The patch was wrong. LIBINTL_DEP is needed with an in-tree gettext.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 0429a99..6f7f2af 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -234,6 +234,7 @@ RDYNAMIC = @RDYNAMIC@
# Where is the INTL library? Typically in ../intl.
INTL = @LIBINTL@
+INTL_DEPS = @LIBINTL_DEP@
INTL_CFLAGS = @INCINTL@
# Where is the ICONV library? This will be empty if in libc or not available.
@@ -681,7 +682,7 @@ CLIBS = $(SIM) $(READLINE) $(OPCODES) $(LIBCTF) $(BFD) $(ZLIB) $(ZSTD_LIBS) \
$(GMPLIBS) $(SRCHIGH_LIBS) $(LIBXXHASH) $(PTHREAD_LIBS) \
$(DEBUGINFOD_LIBS) $(LIBBABELTRACE_LIB)
CDEPS = $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE_DEPS) $(CTF_DEPS) \
- $(OPCODES) $(LIBIBERTY) $(CONFIG_DEPS) $(LIBGNU) \
+ $(OPCODES) $(INTL_DEPS) $(LIBIBERTY) $(CONFIG_DEPS) $(LIBGNU) \
$(LIBSUPPORT)
DIST = gdb