From abaa28795b450946225213a81ed71c835c0195ac Mon Sep 17 00:00:00 2001 From: perky Date: Mon, 22 Mar 2004 08:59:52 +0000 Subject: Fix stackless build broken by the recent shared-build commit. Submitted by: Sven Petai --- lang/python24/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python24') diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 38af9f6..3fd4cb0 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -121,7 +121,7 @@ pre-patch: 's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \ ${WRKSRC}/Lib/pydoc.py -post-configure: +post-configure: ${STACKLESS_POST_CONFIGURE} @# prepare a subdir for shared build .for subdir in Modules Parser Python Objects ${MKDIR} ${SHARED_WRKSRC}/${subdir} -- cgit v1.1