diff --git a/lang/python/files/python-host.mk b/lang/python/files/python-host.mk index 7833a0c73..945a2ef65 100644 --- a/lang/python/files/python-host.mk +++ b/lang/python/files/python-host.mk @@ -84,13 +84,4 @@ define HostPy/Compile/Default ) endef -ifeq ($(BUILD_VARIANT),python) -define Host/Compile - $(call HostPy/Compile/Default) -endef - -define Host/Install -endef -endif # python - endif # __python_host_mk_inc