From f957dfcb04bc3e3f1697c1507a9962506931ed68 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 8 Feb 2015 00:06:40 +0100 Subject: [PATCH] libmms: remove useless autogen call The package already uses the generic autoreconf fixup so the additional call to autogen.sh is unneeded and might even introduce wrong versions of the required autotools into the build. Remove the unneeded Build/Configure override to simplify the Makefile. Signed-off-by: Jo-Philipp Wich --- libs/libmms/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libs/libmms/Makefile b/libs/libmms/Makefile index 8edec6648e..239c64f737 100644 --- a/libs/libmms/Makefile +++ b/libs/libmms/Makefile @@ -44,11 +44,6 @@ endef TARGET_CFLAGS += $(FPIC) TARGET_LDFLAGS += $(if $(ICONV_FULL),-liconv) -define Build/Configure - (cd $(PKG_BUILD_DIR); ./autogen.sh ); - $(call Build/Configure/Default) -endef - define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/libmms $(1)/usr/include/