diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Makefile.pre.in | 2 |
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 |