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

Diff for /src/usr.bin/make/Makefile between version 1.6 and 1.7

version 1.6, 1997/09/21 11:49:52 version 1.7, 1998/03/07 18:43:08
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=   make  PROG=   make
 CFLAGS+= -I${.CURDIR} -Wall -Wno-unused #-Wmissing-prototypes -Wstrict-prototypes  CFLAGS+= -I${.CURDIR} -Wall -Wno-char-subscripts -Wno-unused #-Wmissing-prototypes -Wstrict-prototypes
 SRCS=   arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \  SRCS=   arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
         make.c parse.c str.c suff.c targ.c var.c util.c          make.c parse.c str.c suff.c targ.c var.c util.c
 SRCS+=  lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \  SRCS+=  lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7