diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-13 20:10:21 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-13 20:10:21 (GMT) |
commit | 100aa18556e323d56b44b42fe726c679b70b3df7 (patch) | |
tree | 8670fe67ccd57c41adfe6b9bf2373bd018014c41 /Makefile.pre.in | |
parent | 1345d201939fc7ce395d629834ed037e4697d8c5 (diff) | |
download | cpython-100aa18556e323d56b44b42fe726c679b70b3df7.zip cpython-100aa18556e323d56b44b42fe726c679b70b3df7.tar.gz cpython-100aa18556e323d56b44b42fe726c679b70b3df7.tar.bz2 |
- Makefile.pre.in (LIBPL): Use the definition from configure.ac
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 975aa15..3fadcfd 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 |