From 038c3acdcd6364c221ef98481e6653264e8292cc Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Fri, 12 Feb 2010 19:33:10 +0000 Subject: [PATCH] python-evas: Don't fail if python-package.mk is not installed yet. Fixes #6676 SVN-Revision: 19613 --- efl/python-evas/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efl/python-evas/Makefile b/efl/python-evas/Makefile index 123b2d2..3d34eee 100644 --- a/efl/python-evas/Makefile +++ b/efl/python-evas/Makefile @@ -23,7 +23,7 @@ PKG_SOURCE_URL:=http://svn.enlightenment.org/svn/e/trunk/BINDINGS/python/$(PKG_N PKG_BUILD_DEPENDS:=cython python include $(INCLUDE_DIR)/package.mk -include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk) +-include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk) define Package/python-evas SUBMENU:=Python -- 2.30.2