From: Florian Fainelli Date: Tue, 7 Mar 2006 11:56:36 +0000 (+0000) Subject: Do not build documentation as we may be missing host binaries for sgml etc... X-Git-Tag: whiterussian_rc5~89 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=dfda7dbb8cac498bafe3d183948d9a54626cac58;p=openwrt%2Fsvn-archive%2Fopenwrt.git Do not build documentation as we may be missing host binaries for sgml etc... SVN-Revision: 3326 --- diff --git a/openwrt/package/siproxd/Makefile b/openwrt/package/siproxd/Makefile index ac45a255f4..2b4f427a91 100644 --- a/openwrt/package/siproxd/Makefile +++ b/openwrt/package/siproxd/Makefile @@ -53,7 +53,7 @@ $(PKG_BUILD_DIR)/.built: mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ - all install + install-exec install-data touch $@ $(IPKG_SIPROXD):