fix stampfiles for host-builds
SVN-Revision: 6367
This commit is contained in:
parent
43f15e09a9
commit
5723a1798c
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ define HostBuild
|
||||||
|
|
||||||
$(STAGING_DIR)/stampfiles/.host_$(PKG_NAME)-installed: $(PKG_BUILD_DIR)/.built
|
$(STAGING_DIR)/stampfiles/.host_$(PKG_NAME)-installed: $(PKG_BUILD_DIR)/.built
|
||||||
$(call Build/Install)
|
$(call Build/Install)
|
||||||
|
mkdir -p $$(shell dirname $$@)
|
||||||
touch $$@
|
touch $$@
|
||||||
|
|
||||||
ifdef Build/Install
|
ifdef Build/Install
|
||||||
|
|
Loading…
Reference in a new issue