mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
- Makefile.pre.in (LIBPL): Use the definition from configure.ac
This commit is contained in:
parent
1345d20193
commit
100aa18556
1 changed files with 1 additions and 1 deletions
|
@ -1311,7 +1311,7 @@ inclinstall:
|
||||||
|
|
||||||
# Install the library and miscellaneous stuff needed for extending/embedding
|
# Install the library and miscellaneous stuff needed for extending/embedding
|
||||||
# This goes into $(exec_prefix)
|
# This goes into $(exec_prefix)
|
||||||
LIBPL= $(LIBDEST)/config-$(LDVERSION)
|
LIBPL= @LIBPL@
|
||||||
|
|
||||||
# pkgconfig directory
|
# pkgconfig directory
|
||||||
LIBPC= $(LIBDIR)/pkgconfig
|
LIBPC= $(LIBDIR)/pkgconfig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue