Merge pull request #877 from jow-/libmms-autoconf-fix
libmms: remove useless autogen call
This commit is contained in:
commit
1fc0010400
1 changed files with 0 additions and 5 deletions
|
@ -44,11 +44,6 @@ endef
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
TARGET_LDFLAGS += $(if $(ICONV_FULL),-liconv)
|
TARGET_LDFLAGS += $(if $(ICONV_FULL),-liconv)
|
||||||
|
|
||||||
define Build/Configure
|
|
||||||
(cd $(PKG_BUILD_DIR); ./autogen.sh );
|
|
||||||
$(call Build/Configure/Default)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/libmms $(1)/usr/include/
|
$(CP) $(PKG_INSTALL_DIR)/usr/include/libmms $(1)/usr/include/
|
||||||
|
|
Loading…
Reference in a new issue