diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-03-29 12:03:09 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-03-29 12:03:09 +0000 |
commit | 8bc7408369787f1116ae2ad10be3cf24e4b86bc6 (patch) | |
tree | e84ad7a6e0a47999b524c842ecd7287fed6d5ce5 /openwrt | |
parent | a48fd3fadeb743d2352186d46bd3583922774b34 (diff) | |
download | mtk-20170518-8bc7408369787f1116ae2ad10be3cf24e4b86bc6.zip mtk-20170518-8bc7408369787f1116ae2ad10be3cf24e4b86bc6.tar.gz mtk-20170518-8bc7408369787f1116ae2ad10be3cf24e4b86bc6.tar.bz2 |
Disable documentation generation as it requires host-side binaries
SVN-Revision: 3544
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/mgetty/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/mgetty/Makefile b/openwrt/package/mgetty/Makefile index 00a692d..d02f027 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 |