From: Florian Fainelli <florian@openwrt.org>
Date: Wed, 29 Mar 2006 12:03:09 +0000 (+0000)
Subject: Disable documentation generation as it requires host-side binaries
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8bc7408369787f1116ae2ad10be3cf24e4b86bc6;p=openwrt%2Fstaging%2Fthess.git

Disable documentation generation as it requires host-side binaries

SVN-Revision: 3544
---

diff --git a/openwrt/package/mgetty/Makefile b/openwrt/package/mgetty/Makefile
index 00a692db47..d02f027837 100644
--- a/openwrt/package/mgetty/Makefile
+++ b/openwrt/package/mgetty/Makefile
@@ -44,7 +44,8 @@ $(PKG_BUILD_DIR)/.built:
 	$(MAKE) -C $(PKG_BUILD_DIR) \
 		$(TARGET_CONFIGURE_OPTS) \
 		prefix="$(PKG_INSTALL_DIR)/usr" \
-		CONFDIR=/etc/mgetty+sendfax
+		CONFDIR=/etc/mgetty+sendfax \
+		bin-all
 	$(CP) $(PKG_BUILD_DIR)/mgetty $(PKG_INSTALL_DIR)/usr/sbin
 	$(CP) $(PKG_BUILD_DIR)/sendfax $(PKG_INSTALL_DIR)/usr/sbin
 	$(CP) $(PKG_BUILD_DIR)/fax/faxrunqd $(PKG_INSTALL_DIR)/usr/sbin