From dbc3117819d138715dcd9b325661d8c34f9a00dd Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 18 Aug 1994 12:43:14 +0000 Subject: [PATCH] Put back dependencies on header files. Submitted by: jkh --- usr.bin/vi/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/vi/common/Makefile b/usr.bin/vi/common/Makefile index 72bc22fc887b..4a97d34058e9 100644 --- a/usr.bin/vi/common/Makefile +++ b/usr.bin/vi/common/Makefile @@ -23,7 +23,7 @@ CLEANFILES+=${SPECHDR} ${EX} vi.1 # General sources. SRCS= cut.c delete.c exf.c line.c log.c main.c mark.c msg.c options.c \ options_f.c put.c screen.c search.c seq.c signal.c recover.c \ - term.c trace.c util.c + term.c trace.c util.c ${SPECHDR} # Ex source. SRCS+= ex.c ex_abbrev.c ex_append.c ex_args.c ex_argv.c ex_at.c ex_bang.c \