aboutsummaryrefslogtreecommitdiff
path: root/libs/libmms
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-08 00:06:40 +0100
committerJo-Philipp Wich <jow@openwrt.org>2015-02-08 00:06:43 +0100
commitf957dfcb04bc3e3f1697c1507a9962506931ed68 (patch)
treefc8768583b5f405a22d8e812d1155f24bfc96d78 /libs/libmms
parent27bd80910a9fa638b6748164661cd1cabc54fdeb (diff)
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 <jow@openwrt.org>
Diffstat (limited to 'libs/libmms')
-rw-r--r--libs/libmms/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/libmms/Makefile b/libs/libmms/Makefile
index 8edec6648..239c64f73 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/