summaryrefslogtreecommitdiffstats
path: root/rules/cross-toolchain.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-12-08 14:35:09 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-12-08 14:35:09 +0000
commita19246076be52f45c47e76b72da905130a820872 (patch)
tree98276ee3c5769cb68020a14b5b4568c396b9f48f /rules/cross-toolchain.make
parent79f6105de72a42f1c28ec2320fcf1d5eac5af39f (diff)
downloadOSELAS.Toolchain-a19246076be52f45c47e76b72da905130a820872.tar.gz
OSELAS.Toolchain-a19246076be52f45c47e76b72da905130a820872.tar.xz
use right prefix
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@1469 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'rules/cross-toolchain.make')
-rw-r--r--rules/cross-toolchain.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/cross-toolchain.make b/rules/cross-toolchain.make
index a0718cc..7043e5e 100644
--- a/rules/cross-toolchain.make
+++ b/rules/cross-toolchain.make
@@ -69,8 +69,8 @@ cross-toolchain_install: $(STATEDIR)/cross-toolchain.install
$(STATEDIR)/cross-toolchain.install: $(cross-toolchain_install_deps_default)
@$(call targetinfo, $@)
- rm -f ${PTXCONF_PREFIX_FIRST}/${PTXCONF_PREFIX_SECOND}/bin/ptxconfig
- cat ${PTXDIST_WORKSPACE}/ptxconfig > ${PTXCONF_PREFIX_FIRST}/${PTXCONF_PREFIX_SECOND}/bin/ptxconfig
+ rm -f ${PTXCONF_PREFIX}/bin/ptxconfig
+ cat ${PTXDIST_WORKSPACE}/ptxconfig > ${PTXCONF_PREFIX}/bin/ptxconfig
@$(call touch, $@)
# ----------------------------------------------------------------------------