Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/makemandb Fix copy&pasto in previous
details: https://anonhg.NetBSD.org/src/rev/e3b7da2e4f8a
branches: trunk
changeset: 956895:e3b7da2e4f8a
user: martin <martin%NetBSD.org@localhost>
date: Mon Nov 09 10:19:41 2020 +0000
description:
Fix copy&pasto in previous
diffstat:
usr.sbin/makemandb/Makefile | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (22 lines):
diff -r 9d11200aa7e7 -r e3b7da2e4f8a usr.sbin/makemandb/Makefile
--- a/usr.sbin/makemandb/Makefile Mon Nov 09 10:19:18 2020 +0000
+++ b/usr.sbin/makemandb/Makefile Mon Nov 09 10:19:41 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/11/08 21:56:48 nia Exp $
+# $NetBSD: Makefile,v 1.11 2020/11/09 10:19:41 martin Exp $
.include <bsd.own.mk>
@@ -29,10 +29,8 @@
LDADD.makemandb+= -lcrypto
DPADD.makemandb+= ${LIBCRYPTO}
-DPADD+= ${LIBSQLITE3} ${LIBM} ${LIBZ} ${LIBPTHREAD}
-LDADD+= -lsqlite3 -lm -lz -lpthread
-DPADD+= ${LIBTERMLIB} ${LIBUTIL}
-DPADD+= -ltermlib -lutil
+DPADD+= ${LIBSQLITE3} ${LIBM} ${LIBPTHREAD} ${LIBZ} ${LIBTERMLIB} ${LIBUTIL}
+LDADD+= -lsqlite3 -lm -lz -ltermlib -lutil -lpthread
stopwords.c: stopwords.txt
( set -e; ${TOOL_NBPERF} -n stopwords_hash -s -p ${.ALLSRC}; \
Home |
Main Index |
Thread Index |
Old Index