aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-01-19 01:18:34 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-01-19 01:18:34 +0000
commit587456eef33dcb8edb32473a710464ef68decc85 (patch)
tree31d73ce06d4f549b49a17f6db74eb4d03aabe427 /Makefile
parent14fdbf7ee3b25fe3f7ed444d478c7c55c1b4a581 (diff)
downloadmandoc-587456eef33dcb8edb32473a710464ef68decc85.tar.gz
mandoc-587456eef33dcb8edb32473a710464ef68decc85.tar.zst
mandoc-587456eef33dcb8edb32473a710464ef68decc85.zip
Get rid of the local keys table, use the new mansearch_const.c.
No functional change.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ddcae273..4431c98d 100644
--- a/Makefile
+++ b/Makefile
@@ -256,10 +256,10 @@ $(MANDOCDB_OBJS): mansearch.h mandoc.h mdoc.h man.h config.h manpath.h
PRECONV_OBJS = preconv.o
$(PRECONV_OBJS): config.h
-APROPOS_OBJS = apropos.o mansearch.o manpath.o
+APROPOS_OBJS = apropos.o mansearch.o mansearch_const.o manpath.o
$(APROPOS_OBJS): config.h manpath.h mansearch.h
-MANPAGE_OBJS = manpage.o mansearch.o manpath.o
+MANPAGE_OBJS = manpage.o mansearch.o mansearch_const.o manpath.o
$(MANPAGE_OBJS): config.h manpath.h mansearch.h
DEMANDOC_OBJS = demandoc.o