]> granicus.if.org Git - python/commitdiff
Pass VERSION and VPATH into getpath.c.
authorGuido van Rossum <guido@python.org>
Fri, 11 Apr 1997 17:04:49 +0000 (17:04 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Apr 1997 17:04:49 +0000 (17:04 +0000)
Modules/Makefile.pre.in

index 2bf081a13f6a5c8b7059d257071277c069fbf812..67c8601f252243ff469956fea7978ba3249225a2 100644 (file)
@@ -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