[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.17 and 1.18

version 1.17, 2000/06/23 16:27:29 version 1.18, 2000/06/23 16:39:45
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 main.c \  SRCS=   arch.c buf.c compat.c cond.c dir.c error.c for.c hash.c job.c lowparse.c \
         make.c parse.c str.c suff.c targ.c var.c #util.c          main.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 \
         lstConcatDestroy.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \          lstConcatDestroy.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \
         lstFindFrom.c lstForEachFrom.c \          lstFindFrom.c lstForEachFrom.c \

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18