From d1d5fe41c93bac0be33dfc75000705abb77b18b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Mon, 28 Feb 2011 22:11:54 +0100 Subject: [PATCH] emacs: patch by jow to adapt to build-system changes --- emacs/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/emacs/Makefile b/emacs/Makefile index 68d7fc9..4c0a419 100644 --- a/emacs/Makefile +++ b/emacs/Makefile @@ -16,9 +16,11 @@ PKG_SOURCE_URL:=ftp://ftp.fu-berlin.de/pub/gnu/emacs/ \ PKG_MD5SUM:=b6691852dae0bc142b3c12749f6b7ade PKG_INSTALL:=1 -PKG_FIXUP:=libtool -PKG_BUILD_DEPENDS:= emacs/host libtool/host +PKG_FIXUP:=libtool +PKG_REMOVE_FILES:= + +PKG_BUILD_DEPENDS:= emacs/host include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk