From: nbd Date: Sun, 25 Feb 2007 21:01:21 +0000 (+0000) Subject: fix stampfiles for host-builds X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=38e043ef5b017ca11f87abbd90a4b88907d1e7af;hp=f0ba23e39942cec07ea6f9d43ba916abe1830bc9 fix stampfiles for host-builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6367 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/host-build.mk b/include/host-build.mk index 1511242f9..ea7cd3aca 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