From b3ced4acb787cf284171f7abf02dab85921032b5 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 7 Mar 2006 11:56:36 +0000 Subject: [PATCH] Do not build documentation as we may be missing host binaries for sgml etc... SVN-Revision: 3326 --- openwrt/package/siproxd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.30.2