From 5723a1798ce859f629223f07c757304155620b8f Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 25 Feb 2007 21:01:21 +0000
Subject: [PATCH] fix stampfiles for host-builds

SVN-Revision: 6367
---
 include/host-build.mk | 1 +
 1 file changed, 1 insertion(+)

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
-- 
GitLab