too much output
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 10 Jul 1983 02:08:03 +0000 (18:08 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Sun, 10 Jul 1983 02:08:03 +0000 (18:08 -0800)
SCCS-vsn: usr.bin/ex/Makefile 7.8

usr/src/usr.bin/ex/Makefile

index fcbfd60..dc4903c 100644 (file)
@@ -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
 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}
 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]
 
 tags:  /tmp
        ${CTAGS} -w ex.[hc] ex_*.[hc]