summaryrefslogtreecommitdiffstats
path: root/Modules/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-04-11 17:04:49 (GMT)
committerGuido van Rossum <guido@python.org>1997-04-11 17:04:49 (GMT)
commitec61b77216f2bb4b2f62adb2af2758c1baca4289 (patch)
tree80205bff27b637ef546d5f74c682b274afe80864 /Modules/Makefile.pre.in
parent5d88aa3a36fa07d1da800df3c4475ccb20145083 (diff)
downloadcpython-ec61b77216f2bb4b2f62adb2af2758c1baca4289.zip
cpython-ec61b77216f2bb4b2f62adb2af2758c1baca4289.tar.gz
cpython-ec61b77216f2bb4b2f62adb2af2758c1baca4289.tar.bz2
Pass VERSION and VPATH into getpath.c.
Diffstat (limited to 'Modules/Makefile.pre.in')
-rw-r--r--Modules/Makefile.pre.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in
index 2bf081a..67c8601 100644
--- a/Modules/Makefile.pre.in
+++ b/Modules/Makefile.pre.in
@@ -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