[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.21 and 1.22

version 1.21, 2000/07/17 23:09:06 version 1.22, 2000/09/14 13:32:05
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=   make  PROG=   make
 CFLAGS+= -I${.OBJDIR} -I${.CURDIR} -Wall -Wno-char-subscripts -Wno-unused -Wstrict-prototypes#-Wmissing-prototypes -Wstrict-prototypes  CFLAGS+= -I${.OBJDIR} -I${.CURDIR} -Wall -Wno-char-subscripts -Wstrict-prototypes
   
 .if (${MACHINE_ARCH} == "m88k")  .if (${MACHINE_ARCH} == "m88k")
 CFLAGS+=-O0  CFLAGS+=-O0

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22