diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-13 22:10:47 +0200 |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-13 22:10:47 +0200 |
commit | ae18f387e4d0dd0083dc579feef395a5cbf890ce (patch) | |
tree | dfe600532f03a2ae50a3f3dc565bebe6ab3407c8 /Makefile.pre.in | |
parent | 4b761bf79a967bcb4e0079a99183bd06ba45b107 (diff) | |
parent | 100aa18556e323d56b44b42fe726c679b70b3df7 (diff) | |
download | cpython-git-ae18f387e4d0dd0083dc579feef395a5cbf890ce.tar.gz |
merge 3.4
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 1c32ac74e0..b78bcf189b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1336,7 +1336,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 |