libmms: remove useless autogen call
authorJo-Philipp Wich <[email protected]>
Sat, 7 Feb 2015 23:06:40 +0000 (00:06 +0100)
committerJo-Philipp Wich <[email protected]>
Sat, 7 Feb 2015 23:06:43 +0000 (00:06 +0100)
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 <[email protected]>
libs/libmms/Makefile

index 8edec6648e277090bea4f076b4e8cbc85391c570..239c64f73714cf9623f81fbe91448782d72aee5f 100644 (file)
@@ -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/