summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-20 23:35:36 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-20 23:35:36 +0000
commit24a95b9b6e0ec8aecdb7365d17ccde90fcceb59f (patch)
tree3a331e073782d4056d46de193acdb21461029f96 /Makefile
parentf98cf823475cf1b354a213c9bf26d7927e50c14b (diff)
downloadmandoc-24a95b9b6e0ec8aecdb7365d17ccde90fcceb59f.tar.gz
mandoc-24a95b9b6e0ec8aecdb7365d17ccde90fcceb59f.tar.zst
mandoc-24a95b9b6e0ec8aecdb7365d17ccde90fcceb59f.zip
More flesh in terminal-encoder.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5458a3fc..f9adea02 100644
--- a/Makefile
+++ b/Makefile
@@ -136,9 +136,9 @@ tree.ln: tree.c mdoc.h
tree.o: tree.c mdoc.h
-term.ln: term.c mdoc.h
+term.ln: term.c private.h
-term.o: term.c mdoc.h
+term.o: term.c private.h
strings.ln: strings.c private.h