[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / m4

Diff for /src/usr.bin/m4/Makefile between version 1.4 and 1.5

version 1.4, 1999/09/14 08:21:32 version 1.5, 1999/11/17 15:34:13
Line 4 
Line 4 
 #       if you want the paste & spaste macros.  #       if you want the paste & spaste macros.
   
 PROG=   m4  PROG=   m4
 CFLAGS+=-DEXTENDED  CFLAGS+=-DEXTENDED
   CFLAGS+=-W -Wall -Wstrict-prototypes \
           -Wno-unused -Wno-char-subscripts -Wno-sign-compare
 SRCS=   eval.c expr.c look.c main.c misc.c gnum4.c  SRCS=   eval.c expr.c look.c main.c misc.c gnum4.c
 MAN=    m4.1  MAN=    m4.1
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5