From: Andy Boyett Date: Sun, 15 Jun 2008 18:19:31 +0000 (+0000) Subject: [packages] bing: don't build docs X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=4f28cb6c69544f2bcdb8668f1dad0b2bac0e010d;hp=de728f9585f31f5076e8b11acbb51530bffcbd84 [packages] bing: don't build docs - docs require host system to have nroff and groff, docs aren't packaged either SVN-Revision: 11483 --- diff --git a/net/bing/Makefile b/net/bing/Makefile index 271040b375..545ebab8c6 100644 --- a/net/bing/Makefile +++ b/net/bing/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -33,7 +33,7 @@ define Package/bing/description endef define Build/Compile - $(call Build/Compile/Default) + $(call Build/Compile/Default,bing) endef define Package/bing/install