[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.8 and 1.9

version 1.8, 1998/12/05 00:06:26 version 1.9, 1999/09/28 02:22:53
Line 2 
Line 2 
   
 PROG=   make  PROG=   make
 CFLAGS+= -I${.CURDIR} -Wall -Wno-char-subscripts -Wno-unused #-Wmissing-prototypes -Wstrict-prototypes  CFLAGS+= -I${.CURDIR} -Wall -Wno-char-subscripts -Wno-unused #-Wmissing-prototypes -Wstrict-prototypes
   
   .if (${MACHINE_ARCH} == "m88k")
   CFLAGS+=-O0
   .endif
   
 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.8  
changed lines
  Added in v.1.9