diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-25 21:01:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-25 21:01:21 +0000 |
commit | 5723a1798ce859f629223f07c757304155620b8f (patch) | |
tree | d7bc218bf404535e326c44bb76e4339261e5e47e /include/host-build.mk | |
parent | 43f15e09a97264a3a34255d85d20eb62ea0a2a01 (diff) | |
download | mtk-20170518-5723a1798ce859f629223f07c757304155620b8f.zip mtk-20170518-5723a1798ce859f629223f07c757304155620b8f.tar.gz mtk-20170518-5723a1798ce859f629223f07c757304155620b8f.tar.bz2 |
fix stampfiles for host-builds
SVN-Revision: 6367
Diffstat (limited to 'include/host-build.mk')
-rw-r--r-- | include/host-build.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/host-build.mk b/include/host-build.mk index 1511242..ea7cd3a 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 |