Corrected a failure, that i made in the previous commit in the LINK line.
authorAndreas Schulz <ats@g386bsd.first.bmd.de>
Fri, 28 Jan 1994 02:24:12 +0000 (02:24 +0000)
committerAndreas Schulz <ats@g386bsd.first.bmd.de>
Fri, 28 Jan 1994 02:24:12 +0000 (02:24 +0000)
Also forgotten to say, that in the previous commit the file svi/svi_util.c
has changed. It has an include with a pathname in it, that is unecessary
with the "-I" options in the Makefile.

usr.bin/vi/Makefile

index 7bdd2fe..e406464 100644 (file)
@@ -54,7 +54,7 @@ LDADD+=       -L${.CURDIR}/../curses/obj -L${.CURDIR}/../curses \
        -lregex -lcurses -ltermlib -lutil
 SPECHDR=excmd.h options.h
 CLEANFILES+=${SPECHDR}
        -lregex -lcurses -ltermlib -lutil
 SPECHDR=excmd.h options.h
 CLEANFILES+=${SPECHDR}
-LINKS= ${BINDIR}/vi ${BINDIR}/ex ${BINDIR}/view
+LINKS= ${BINDIR}/vi ${BINDIR}/ex ${BINDIR}/vi ${BINDIR}/view
 
 all: vi vi.1
 
 
 all: vi vi.1