summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-18 12:43:14 +0000
committerjkh <jkh@FreeBSD.org>1994-08-18 12:43:14 +0000
commit30a8b336ddb40708f5770efaaa0d62d363edce33 (patch)
tree039c93a9f8a08c27c286f922420d8e82471bd7ce /usr.bin/vi
parentbf2d1675b9d22bf728594c48826cf94031cbd95d (diff)
downloadFreeBSD-src-30a8b336ddb40708f5770efaaa0d62d363edce33.zip
FreeBSD-src-30a8b336ddb40708f5770efaaa0d62d363edce33.tar.gz
Put back dependencies on header files.
Submitted by: jkh
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vi/common/Makefile b/usr.bin/vi/common/Makefile
index 72bc22f..4a97d34 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 \
OpenPOWER on IntegriCloud