[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.20 and 1.21

version 1.20, 2000/07/17 23:01:20 version 1.21, 2000/07/17 23:09:06
Line 8 
Line 8 
 .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 hash.c job.c lowparse.c \
         main.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 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 \
         lstFindFrom.c lstForEachFrom.c \          lstFindFrom.c lstForEachFrom.c \

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