diff options
author | Alan Modra <amodra@gmail.com> | 2024-06-20 21:14:24 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2024-06-20 21:15:27 +0930 |
commit | 56f39033698b22a89571b345e5133b486822df1d (patch) | |
tree | 341ee99d646d3efef302612b3ef3210be785aca0 /libctf/Makefile.in | |
parent | e874cbd3879843a83e4bcc4b54cd7107387b1df6 (diff) | |
download | fsf-binutils-gdb-56f39033698b22a89571b345e5133b486822df1d.zip fsf-binutils-gdb-56f39033698b22a89571b345e5133b486822df1d.tar.gz fsf-binutils-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 'libctf/Makefile.in')
-rw-r--r-- | libctf/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libctf/Makefile.in b/libctf/Makefile.in index d0644fc..54f5daa 100644 --- a/libctf/Makefile.in +++ b/libctf/Makefile.in @@ -470,6 +470,7 @@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ +LIBINTL_DEP = @LIBINTL_DEP@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ |