From: doko@ubuntu.com Date: Mon, 13 Apr 2015 20:10:21 +0000 (+0200) Subject: - Makefile.pre.in (LIBPL): Use the definition from configure.ac X-Git-Tag: v3.5.0a4~77^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=100aa18556e323d56b44b42fe726c679b70b3df7;p=thirdparty%2FPython%2Fcpython.git - Makefile.pre.in (LIBPL): Use the definition from configure.ac --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 975aa1560b58..3fadcfd6448b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1311,7 +1311,7 @@ inclinstall: # Install the library and miscellaneous stuff needed for extending/embedding # This goes into $(exec_prefix) -LIBPL= $(LIBDEST)/config-$(LDVERSION) +LIBPL= @LIBPL@ # pkgconfig directory LIBPC= $(LIBDIR)/pkgconfig