From dd870a94495ebc21cf4e4c231ce69f7c8fb93953 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Sat, 9 Jul 1983 18:08:03 -0800 Subject: [PATCH] too much output SCCS-vsn: usr.bin/ex/Makefile 7.8 --- usr/src/usr.bin/ex/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.bin/ex/Makefile b/usr/src/usr.bin/ex/Makefile index fcbfd608e7..dc4903c127 100644 --- a/usr/src/usr.bin/ex/Makefile +++ b/usr/src/usr.bin/ex/Makefile @@ -1,4 +1,4 @@ -# Makefile 7.7 83/07/09 +# Makefile 7.8 83/07/09 VERSION=3.7 # # Ex skeletal makefile for VAX VM/Unix 4.2BSD @@ -68,7 +68,8 @@ VHDR= "Ex Version ${VERSION}" all: a.out exrecover expreserve a.out: ${OBJS} - ${CC} ${LDFLAGS} ${OBJS} ${TERMLIB} + @echo loading a.out + @${CC} ${LDFLAGS} ${OBJS} ${TERMLIB} tags: /tmp ${CTAGS} -w ex.[hc] ex_*.[hc] -- 2.20.1