diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-29 12:03:09 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-29 12:03:09 +0000 |
commit | f3c80402a8590ee5a8c5ea58daa70fad9ba17759 (patch) | |
tree | 9408edadae07f83e5d761e06d39483adad86eb5d /openwrt/package/mgetty/Makefile | |
parent | 3bc587824a28b43cc5d6cf5ef6a45d9dfb962289 (diff) |
Disable documentation generation as it requires host-side binaries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3544 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/mgetty/Makefile')
-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 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 |