From e21829f1ec02b8e7d8a08a9707f9619687d2e504 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 25 Feb 2007 21:01:21 +0000 Subject: 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(+) (limited to 'include/host-build.mk') 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 -- cgit v1.2.3