reinstating the ``make ex_vars.h'' entry.
authorPeter B. Kessler <peter@ucbvax.Berkeley.EDU>
Wed, 18 Apr 1984 01:04:25 +0000 (17:04 -0800)
committerPeter B. Kessler <peter@ucbvax.Berkeley.EDU>
Wed, 18 Apr 1984 01:04:25 +0000 (17:04 -0800)
[why was this commented out, i wonder?]
note that since the Makefile doesn't include dependencies
if you make ex_vars.h you also have to make clean and then make a.out.

SCCS-vsn: usr.bin/ex/Makefile 7.9

usr/src/usr.bin/ex/Makefile

index dc4903c..8628c51 100644 (file)
@@ -1,4 +1,4 @@
-#      Makefile        7.8     83/07/09
+#      Makefile        7.9     84/04/17
 VERSION=3.7
 #
 # Ex skeletal makefile for VAX VM/Unix 4.2BSD
 VERSION=3.7
 #
 # Ex skeletal makefile for VAX VM/Unix 4.2BSD
@@ -76,8 +76,8 @@ tags: /tmp
 
 ${OBJS}: ${HDRS}
 
 
 ${OBJS}: ${HDRS}
 
-ex_vars.h:
-#      csh makeoptions ${CFLAGS}
+ex_vars.h:
+       csh makeoptions ${CFLAGS}
 
 bcopy.o:       bcopy.c
        ${CC} -c ${CFLAGS} bcopy.c
 
 bcopy.o:       bcopy.c
        ${CC} -c ${CFLAGS} bcopy.c