aboutsummaryrefslogtreecommitdiffstats
path: root/include/host-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-25 21:01:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-25 21:01:21 +0000
commite21829f1ec02b8e7d8a08a9707f9619687d2e504 (patch)
tree54b8bd41f3aede9ed287ae9e9875a28a636268da /include/host-build.mk
parent703ca630835ea17ec79c53ead16f36a4f7b62c79 (diff)
downloadmaster-187ad058-e21829f1ec02b8e7d8a08a9707f9619687d2e504.tar.gz
master-187ad058-e21829f1ec02b8e7d8a08a9707f9619687d2e504.tar.bz2
master-187ad058-e21829f1ec02b8e7d8a08a9707f9619687d2e504.zip
fix stampfiles for host-builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6367 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/host-build.mk')
-rw-r--r--include/host-build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/host-build.mk b/include/host-build.mk
index 1511242f95..ea7cd3acaf 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -98,6 +98,7 @@ define HostBuild
$(STAGING_DIR)/stampfiles/.host_$(PKG_NAME)-installed: $(PKG_BUILD_DIR)/.built
$(call Build/Install)
+ mkdir -p $$(shell dirname $$@)
touch $$@
ifdef Build/Install