summaryrefslogtreecommitdiffstats
path: root/rules/cross-pkg-config-wrapper.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-14 13:58:11 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-14 13:58:11 +0000
commitd8d42c45c7c2b8b8d60dee61272025065fc5adde (patch)
tree14daff954931775bda4ade7e1606f3766fcd1857 /rules/cross-pkg-config-wrapper.make
parent4872a72ae78b2da7f9c3d588743a7750a997fdeb (diff)
downloadptxdist-d8d42c45c7c2b8b8d60dee61272025065fc5adde.tar.gz
ptxdist-d8d42c45c7c2b8b8d60dee61272025065fc5adde.tar.xz
* cross-pkg-config-wrapper: create directories on demand
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7365 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/cross-pkg-config-wrapper.make')
-rw-r--r--rules/cross-pkg-config-wrapper.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/cross-pkg-config-wrapper.make b/rules/cross-pkg-config-wrapper.make
index 43fd3e575..66e72c7cf 100644
--- a/rules/cross-pkg-config-wrapper.make
+++ b/rules/cross-pkg-config-wrapper.make
@@ -69,8 +69,8 @@ cross-pkg-config-wrapper_install: $(STATEDIR)/cross-pkg-config-wrapper.install
$(STATEDIR)/cross-pkg-config-wrapper.install: $(cross-pkg-config-wrapper_install_deps_default)
@$(call targetinfo, $@)
- install -m755 $(SCRIPTSDIR)/pkg-config-wrapper $(PTX_PREFIX_CROSS)/bin/pkg-config
- install -m755 $(SCRIPTSDIR)/pkg-config-wrapper $(PTX_PREFIX_CROSS)/bin/$(COMPILER_PREFIX)pkg-config
+ install -D -m755 $(SCRIPTSDIR)/pkg-config-wrapper $(PTX_PREFIX_CROSS)/bin/pkg-config
+ install -D -m755 $(SCRIPTSDIR)/pkg-config-wrapper $(PTX_PREFIX_CROSS)/bin/$(COMPILER_PREFIX)pkg-config
@$(call touch, $@)
# ----------------------------------------------------------------------------