diff options
author | minskim <minskim@pkgsrc.org> | 2005-05-29 09:40:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-05-29 09:40:09 +0000 |
commit | 04d3881862a3e0e75cff1a15521e90555e7d381f (patch) | |
tree | ef145124e9db1ea1223c230e8eb3161b287c2aeb /lang/python21 | |
parent | 95adf4fc4f0ed7b3bd47dcd3d34eaf6339d805c0 (diff) | |
download | pkgsrc-04d3881862a3e0e75cff1a15521e90555e7d381f.tar.gz |
Generate files at "build" instead of "install" so that "make clean"
always work.
Diffstat (limited to 'lang/python21')
-rw-r--r-- | lang/python21/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |