summaryrefslogtreecommitdiff
path: root/package/python/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-22 16:08:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-22 16:08:36 +0100
commitc111f14db1b4558ebf5b2e894315c8e5217bf6fc (patch)
treec0c325248db1d0c1bb763880a178536fd09564e6 /package/python/Makefile
parentd8cb09edc83a200d5c4f73ce3f0b312de7342b53 (diff)
make bulk build on Debian/lenny x86 complete
- fix some menu descriptions - fix gcc package compile
Diffstat (limited to 'package/python/Makefile')
-rw-r--r--package/python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python/Makefile b/package/python/Makefile
index d80b3a05a..7d087dd1d 100644
--- a/package/python/Makefile
+++ b/package/python/Makefile
@@ -42,7 +42,7 @@ pre-configure:
);
$(MAKE) -C ${WRKBUILD} python Parser/pgen
${CP} ${WRKBUILD}/Parser/pgen ${STAGING_TOOLS}/bin/pgen
- ${CP} ${WRKBUILD}/python ${STAGING_TOOLS}/bin/python
+ ${CP} ${WRKBUILD}/python ${STAGING_TOOLS}/bin/hostpython
${CP} ${WRKBUILD}/Parser/pgen ${WRKBUILD}/Parser/hostpgen
${CP} ${WRKBUILD}/python ${WRKBUILD}/hostpython
$(MAKE) -C ${WRKBUILD} distclean