From 2b56f6d999fa4eaa5790ac8a55e49a0060a44a7f Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 14 Jul 2015 23:16:29 +0000 Subject: Fix the "depend" target and regenerate Makefile.depend: * do not process the test-*.c files, they are not built via make * add the missing compat_stringlist.c and soelim.c * read.c now uses roff_int.h * roff.c no longer uses libmdoc.h --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a8674dc..5007315a 100644 --- a/Makefile +++ b/Makefile @@ -102,8 +102,7 @@ SRCS = att.c \ term.c \ term_ascii.c \ term_ps.c \ - tree.c \ - $(TESTSRCS) + tree.c DISTFILES = INSTALL \ LICENSE \ @@ -164,7 +163,8 @@ DISTFILES = INSTALL \ tbl.3 \ tbl.7 \ term.h \ - $(SRCS) + $(SRCS) \ + $(TESTSRCS) LIBMAN_OBJS = man.o \ man_hash.o \ -- cgit