Do not build documentation as we may be missing host binaries for sgml etc...
authorFlorian Fainelli <florian@openwrt.org>
Tue, 7 Mar 2006 11:56:36 +0000 (11:56 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 7 Mar 2006 11:56:36 +0000 (11:56 +0000)
SVN-Revision: 3326

openwrt/package/siproxd/Makefile

index ac45a255f46051e60fdb53e079b5e7dc26a819f5..2b4f427a916a47d306a2d984690e3eb480a7b881 100644 (file)
@@ -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):