add a default template for Host/Install

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15110 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2009-04-06 09:56:06 +00:00
parent 7890792f49
commit 9dd8b81845

View File

@@ -78,6 +78,15 @@ define Host/Compile
$(call Host/Compile/Default)
endef
define Host/Install/Default
$(MAKE) -C $(HOST_BUILD_DIR) install
endef
define Host/Install
$(call Host/Install/Default)
endef
ifneq ($(if $(HOST_QUILT),,$(CONFIG_AUTOREBUILD)),)
define HostHost/Autoclean
$(call rdep,${CURDIR} $(PKG_FILE_DEPEND),$(HOST_STAMP_PREPARED))