aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/Makefile.am
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 /gold/testsuite/Makefile.am
parente874cbd3879843a83e4bcc4b54cd7107387b1df6 (diff)
downloadbinutils-56f39033698b22a89571b345e5133b486822df1d.zip
binutils-56f39033698b22a89571b345e5133b486822df1d.tar.gz
binutils-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 'gold/testsuite/Makefile.am')
-rw-r--r--gold/testsuite/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am
index 2fb2a53..2f1348f 100644
--- a/gold/testsuite/Makefile.am
+++ b/gold/testsuite/Makefile.am
@@ -118,7 +118,7 @@ check_LIBRARIES = libgoldtest.a
libgoldtest_a_SOURCES = test.cc testmain.cc testfile.cc
DEPENDENCIES = \
- libgoldtest.a ../libgold.a ../../libiberty/libiberty.a
+ libgoldtest.a ../libgold.a ../../libiberty/libiberty.a $(LIBINTL_DEP)
# The unittests themselves
if NATIVE_OR_CROSS_LINKER