[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.33 and 1.34

version 1.33, 2001/11/11 12:35:02 version 1.34, 2002/04/22 21:45:01
Line 9 
Line 9 
 CFLAGS+=-DHAS_BOOL_H  CFLAGS+=-DHAS_BOOL_H
 CFLAGS+=-DHAS_PATHS_H  CFLAGS+=-DHAS_PATHS_H
 CFLAGS+=-DHAS_EXTENDED_GETCWD  CFLAGS+=-DHAS_EXTENDED_GETCWD
 .if (${MACHINE_ARCH} == "m88k")  
 CFLAGS+=-O0  
 .endif  
   
 SRCS=   arch.c buf.c cmd_exec.c compat.c cond.c dir.c error.c for.c \  SRCS=   arch.c buf.c cmd_exec.c compat.c cond.c dir.c error.c for.c \
         init.c job.c lowparse.c main.c make.c memory.c parse.c \          init.c job.c lowparse.c main.c make.c memory.c parse.c \

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34