[packages] setserial: don't build docs
authorAndy Boyett <agb@openwrt.org>
Sun, 15 Jun 2008 18:19:53 +0000 (18:19 +0000)
committerAndy Boyett <agb@openwrt.org>
Sun, 15 Jun 2008 18:19:53 +0000 (18:19 +0000)
 - docs require nroff on the host system

SVN-Revision: 11485

utils/setserial/Makefile

index ceca8351e40a18bc6b5256340c4038d46d720693..7c5574e672947e3314b650c5fbb85745a819a2eb 100644 (file)
@@ -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.
@@ -40,7 +40,7 @@ endef
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
-               all
+               setserial
 endef
 
 define Package/setserial/install