diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-13 22:10:21 +0200 |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-13 22:10:21 +0200 |
commit | 100aa18556e323d56b44b42fe726c679b70b3df7 (patch) | |
tree | 8670fe67ccd57c41adfe6b9bf2373bd018014c41 | |
parent | 1345d201939fc7ce395d629834ed037e4697d8c5 (diff) | |
download | cpython-git-100aa18556e323d56b44b42fe726c679b70b3df7.tar.gz |
- Makefile.pre.in (LIBPL): Use the definition from configure.ac
-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 975aa1560b..3fadcfd644 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 |