diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-02-25 21:01:21 +0000 | 
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-02-25 21:01:21 +0000 | 
| commit | 38e043ef5b017ca11f87abbd90a4b88907d1e7af (patch) | |
| tree | 54b8bd41f3aede9ed287ae9e9875a28a636268da | |
| parent | f0ba23e39942cec07ea6f9d43ba916abe1830bc9 (diff) | |
fix stampfiles for host-builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6367 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | include/host-build.mk | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 | 
