From: Felix Fietkau Date: Sun, 25 Feb 2007 21:01:21 +0000 (+0000) Subject: fix stampfiles for host-builds X-Git-Tag: v19.07.0-rc1~40527 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5723a1798ce859f629223f07c757304155620b8f;p=openwrt%2Fstaging%2Fhauke.git fix stampfiles for host-builds SVN-Revision: 6367 --- 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