summaryrefslogtreecommitdiffstats
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
commitab7f2d17f8d8e211aab2a91883bc0f5358f306ac (patch)
tree426c259cb9c422368cdea3bf0ea678d5690fb94e /Makefile
parent9ca2c862d8cd73c34a7a1b8ceee8eb45c3115d5a (diff)
downloadmandoc-ab7f2d17f8d8e211aab2a91883bc0f5358f306ac.tar.gz
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