mirror of https://github.com/python/cpython
- Makefile.pre.in (LIBPL): Use the definition from configure.ac
This commit is contained in:
parent
1345d20193
commit
100aa18556
|
@ -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…
Reference in New Issue