From b7d429c466a6762edd385a9261a73bff983b0b1d Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 30 Apr 2020 10:19:47 -0300 Subject: [PATCH] jamvm: remove unneeded host build Host build was added in 2972cc98e ("Add host build") because classpath required a host java vm. Now that classpath is gone, host build can be removed as well. Signed-off-by: Eneas U de Queiroz --- lang/jamvm/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lang/jamvm/Makefile b/lang/jamvm/Makefile index 0db18b385..614966fba 100644 --- a/lang/jamvm/Makefile +++ b/lang/jamvm/Makefile @@ -24,7 +24,6 @@ PKG_INSTALL:=1 PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk -include $(INCLUDE_DIR)/host-build.mk define Package/jamvm SUBMENU:=Java @@ -67,4 +66,3 @@ define Build/InstallDev endef $(eval $(call BuildPackage,jamvm)) -$(eval $(call HostBuild))