[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.22 and 1.23

version 1.22, 2000/09/14 13:32:05 version 1.23, 2000/09/14 13:56:14
Line 7 
Line 7 
 CFLAGS+=-O0  CFLAGS+=-O0
 .endif  .endif
   
 SRCS=   arch.c buf.c compat.c cond.c dir.c error.c for.c hash.c job.c lowparse.c \  SRCS=   arch.c buf.c compat.c cond.c dir.c error.c for.c job.c lowparse.c \
         main.c make.c parse.c str.c suff.c targ.c var.c varmodifiers.c #util.c          main.c make.c parse.c str.c suff.c targ.c var.c varmodifiers.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 \
         lstConcatDestroy.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \          lstConcatDestroy.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \

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