[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.23 and 1.24

version 1.23, 2000/09/14 13:56:14 version 1.24, 2000/11/24 14:36:33
Line 3 
Line 3 
 PROG=   make  PROG=   make
 CFLAGS+= -I${.OBJDIR} -I${.CURDIR} -Wall -Wno-char-subscripts -Wstrict-prototypes  CFLAGS+= -I${.OBJDIR} -I${.CURDIR} -Wall -Wno-char-subscripts -Wstrict-prototypes
   
   CFLAGS+=-DUSE_TIMESPEC
 .if (${MACHINE_ARCH} == "m88k")  .if (${MACHINE_ARCH} == "m88k")
 CFLAGS+=-O0  CFLAGS+=-O0
 .endif  .endif

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24