summaryrefslogtreecommitdiffstats
path: root/rules/python.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-13 11:06:52 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-15 17:12:03 +0200
commit671469cb17afecb73a5a5708caeecf6a76742433 (patch)
treedf969ee9d69edf3e17d43430ab0a367cc930793f /rules/python.make
parente39155a254e7eda27f3f2dbc597f48962ffb6c13 (diff)
downloadptxdist-671469cb17afecb73a5a5708caeecf6a76742433.tar.gz
ptxdist-671469cb17afecb73a5a5708caeecf6a76742433.tar.xz
[python] move cross python[-config] hacks to install.post
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python.make')
-rw-r--r--rules/python.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/python.make b/rules/python.make
index 8b9ee0018..997ffb402 100644
--- a/rules/python.make
+++ b/rules/python.make
@@ -76,9 +76,9 @@ PYTHON_MAKEVARS := \
# Install
# ----------------------------------------------------------------------------
-$(STATEDIR)/python.install:
+$(STATEDIR)/python.install.post:
@$(call targetinfo)
- @$(call install, PYTHON)
+ @$(call world/install.post, PYTHON)
@cp "$(PYTHON_DIR)/cross-python-wrapper" "$(PTXCONF_SYSROOT_CROSS)/bin/python$(PYTHON_MAJORMINOR)"
@chmod a+x "$(PTXCONF_SYSROOT_CROSS)/bin/python$(PYTHON_MAJORMINOR)"