From: Bruno Haible Date: Sun, 17 Mar 2019 14:33:40 +0000 (+0100) Subject: libtextstyle: Clean up leftovers from 2019-03-13 commit. X-Git-Tag: v0.20~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88e22df9f8e75f782f3771a21970c07a5da030c3;p=thirdparty%2Fgettext.git libtextstyle: Clean up leftovers from 2019-03-13 commit. * libtextstyle/lib/Makefile.am (libtextstyle_la_LINK): Remove variable. --- diff --git a/libtextstyle/lib/Makefile.am b/libtextstyle/lib/Makefile.am index 1729efc5a..3a8d5500b 100644 --- a/libtextstyle/lib/Makefile.am +++ b/libtextstyle/lib/Makefile.am @@ -263,7 +263,3 @@ libtextstyle_la_LDFLAGS += \ -export-symbols $(srcdir)/libtextstyle.sym \ -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \ -rpath $(libdir) -# Use the C++ compiler only when needed. -libtextstyle_la_LINK = \ - $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ - $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libtextstyle_la_LDFLAGS) $(LDFLAGS) -o $@