From 04d3881862a3e0e75cff1a15521e90555e7d381f Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 29 May 2005 09:40:09 +0000 Subject: Generate files at "build" instead of "install" so that "make clean" always work. --- lang/python21/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/python21') diff --git a/lang/python21/Makefile b/lang/python21/Makefile index c04b94a0763..3211504443b 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/05/29 08:03:25 minskim Exp $ +# $NetBSD: Makefile,v 1.22 2005/05/29 09:40:09 minskim Exp $ # DISTNAME= Python-2.1.3 @@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --with-pth PY_VER_SUFFIX= 2.1 +BUILD_TARGET= all ./Lib/plat-${PY_PLATNAME} INSTALL_TARGET= altinstall .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3