From 0af36bc41c8166e0e55f229898158aaee925d7dd Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Sun, 28 Dec 2003 13:55:06 +0000 Subject: Fix builds for whom has VPATH on his/her environment variables. PR: 57731 Reported by: bms --- lang/python/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/python') diff --git a/lang/python/Makefile b/lang/python/Makefile index fdd22f01c624..1f4bb8f039f8 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -20,6 +20,7 @@ WRKSRC= ${PYTHON_WRKSRC} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fpectl CONFIGURE_ENV= OPT="${CFLAGS}" +MAKE_ENV= VPATH="${WRKSRC}" INSTALL_TARGET= install MAN1= python.1 -- cgit v1.2.3