diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-12-13 07:28:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-12-13 07:28:27 +0000 |
commit | 8db84e859c98a003baabe21f8f1e7ae0cd3957fb (patch) | |
tree | 137cdf71bdc57b3b02b1d4db31f2c39af0abeb18 /Makefile.depend | |
parent | ccbdd47386607104abcd70072254921c4c341b23 (diff) | |
download | mandoc-8db84e859c98a003baabe21f8f1e7ae0cd3957fb.tar.gz |
Cleanup, no functional change:
Finally merge the pointless file st.in into st.c.
Nobody should do operating systems dependent changes to standards:
By definition, standards are the same for every operating system.
While here, libmdoc.h no longer requires mdoc.h.
Diffstat (limited to 'Makefile.depend')
-rw-r--r-- | Makefile.depend | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.depend b/Makefile.depend index 8bab156a..7aa73869 100644 --- a/Makefile.depend +++ b/Makefile.depend @@ -1,4 +1,4 @@ -att.o: att.c config.h mandoc.h roff.h mdoc.h libmdoc.h +att.o: att.c config.h mandoc.h roff.h libmdoc.h catman.o: catman.c config.h compat_fts.h cgi.o: cgi.c config.h mandoc_aux.h mandoc.h roff.h mdoc.h man.h main.h manconf.h mansearch.h cgi.h chars.o: chars.c config.h mandoc.h mandoc_aux.h mandoc_ohash.h compat_ohash.h libmandoc.h @@ -58,13 +58,13 @@ mdoc_validate.o: mdoc_validate.c config.h mandoc_aux.h mandoc.h mandoc_xr.h roff msec.o: msec.c config.h mandoc.h libmandoc.h msec.in out.o: out.c config.h mandoc_aux.h mandoc.h tbl.h out.h preconv.o: preconv.c config.h mandoc.h libmandoc.h -read.o: read.c config.h mandoc_aux.h mandoc.h roff.h mdoc.h man.h libmandoc.h +read.o: read.c config.h mandoc_aux.h mandoc.h roff.h mdoc.h man.h libmandoc.h roff_int.h roff.o: roff.c config.h mandoc_aux.h mandoc_ohash.h compat_ohash.h mandoc.h roff.h libmandoc.h roff_int.h tbl_parse.h eqn_parse.h predefs.in roff_html.o: roff_html.c mandoc.h roff.h out.h html.h roff_term.o: roff_term.c mandoc.h roff.h out.h term.h roff_validate.o: roff_validate.c mandoc.h roff.h libmandoc.h roff_int.h soelim.o: soelim.c config.h compat_stringlist.h -st.o: st.c config.h mandoc.h roff.h mdoc.h libmdoc.h st.in +st.o: st.c config.h mandoc.h roff.h libmdoc.h tag.o: tag.c config.h mandoc_aux.h mandoc_ohash.h compat_ohash.h tag.h tbl.o: tbl.c config.h mandoc_aux.h mandoc.h tbl.h libmandoc.h tbl_parse.h tbl_int.h tbl_data.o: tbl_data.c config.h mandoc_aux.h mandoc.h tbl.h libmandoc.h tbl_int.h |