Pass VERSION and VPATH into getpath.c.

This commit is contained in:
Guido van Rossum 1997-04-11 17:04:49 +00:00
parent 5d88aa3a36
commit ec61b77216

View 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