Merge pull request #8717 from neheb/setser

[18.06] setserial: Don't build docs to remove nroff dependency
This commit is contained in:
Rosen Penev 2019-04-22 22:53:49 -07:00 committed by GitHub
commit 4e0a836c5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View file

@ -2,6 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=setserial
PKG_VERSION:=2.17
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/setserial

View file

@ -0,0 +1,13 @@
diff --git a/Makefile.in b/Makefile.in
index 00b9eb1..2fdbae3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -17,7 +17,7 @@ DEFS = @DEFS@
INCS = -I.
TAR = tar
-all: setserial setserial.cat
+all: setserial
setserial: setserial.c
$(CC) $(CFLAGS) $(DEFS) $(INCS) setserial.c -o setserial