X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=lang%2Fegenix-mx%2FMakefile;h=35bdcf09914b36f9503bb99e16bda8cb2a04cb2b;hb=e8c24a7a92ea4135d0623f571785bd8ea62d42af;hp=7e5001b2a62fbfdc889f527b8a8090c915bc88a5;hpb=db027cedd484fe4593e20bbcc750a00071b602a7;p=packages.git diff --git a/lang/egenix-mx/Makefile b/lang/egenix-mx/Makefile index 7e5001b2a..35bdcf099 100644 --- a/lang/egenix-mx/Makefile +++ b/lang/egenix-mx/Makefile @@ -21,9 +21,6 @@ PKG_BUILD_DEPENDS:=python include $(INCLUDE_DIR)/package.mk -include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk) -ifneq ($(MAKECMDGOALS),download) - $(if $(DUMP)$(Build/Compile/PyMod),,$(error Python packaging code not found.)) -endif define Package/python-egenix-mx SUBMENU:=Python @@ -40,6 +37,7 @@ define Package/python-egenix-mx/description endef define Build/Compile + $(if $(Build/Compile/PyMod),,@echo Python packaging code not found.; false) $(call Build/Compile/PyMod,., \ build --build-lib="foo", \ BASECFLAGS="$(TARGET_CFLAGS)" \