From 38e043ef5b017ca11f87abbd90a4b88907d1e7af Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 25 Feb 2007 21:01:21 +0000 Subject: [PATCH] fix stampfiles for host-builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6367 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/host-build.mk | 1 + 1 file changed, 1 insertion(+) 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 -- 2.35.1