diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-22 18:24:57 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-22 18:24:57 +0100 |
| commit | 7eb57a4fac80b8c745f4ac811a07d134cc448d8a (patch) | |
| tree | 7c5786cdee0c22cadf079670e69b45424701b290 /package/python/Makefile | |
| parent | 9ae994b86d18e9d0baa680442e59724815bd872a (diff) | |
| parent | c111f14db1b4558ebf5b2e894315c8e5217bf6fc (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/python/Makefile')
| -rw-r--r-- | package/python/Makefile | 2 |
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 |
