mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Pass VERSION and VPATH into getpath.c.
This commit is contained in:
parent
5d88aa3a36
commit
ec61b77216
1 changed files with 2 additions and 0 deletions
|
|
@ -144,6 +144,8 @@ getpath.o: getpath.c Makefile
|
|||
$(CC) -c $(CFLAGS) -DPYTHONPATH='"$(PYTHONPATH)"' \
|
||||
-DPREFIX='"$(prefix)"' \
|
||||
-DEXEC_PREFIX='"$(exec_prefix)"' \
|
||||
-DVERSION='"$(VERSION)"' \
|
||||
-DVPATH='"$(VPATH)"' \
|
||||
$(srcdir)/getpath.c
|
||||
|
||||
config.c Makefile: Makefile.pre config.c.in $(MAKESETUP) Setup Setup.local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue