[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.49 and 1.50

version 1.49, 2008/01/12 13:05:57 version 1.50, 2008/11/04 07:22:35
Line 17 
Line 17 
   
 SRCS=   arch.c buf.c cmd_exec.c compat.c cond.c dir.c direxpand.c engine.c \  SRCS=   arch.c buf.c cmd_exec.c compat.c cond.c dir.c direxpand.c engine.c \
         error.c for.c init.c job.c lowparse.c main.c make.c memory.c parse.c \          error.c for.c init.c job.c lowparse.c main.c make.c memory.c parse.c \
         parsevar.c str.c stats.c suff.c targ.c timestamp.c \          parsevar.c str.c stats.c suff.c targ.c targequiv.c timestamp.c \
         var.c varmodifiers.c varname.c          var.c varmodifiers.c varname.c
 SRCS+=  lstAddNew.c lstAppend.c lstConcat.c lstConcatDestroy.c \  SRCS+=  lstAddNew.c lstAppend.c lstConcat.c lstConcatDestroy.c \
         lstDeQueue.c lstDestroy.c lstDupl.c lstFindFrom.c lstForEachFrom.c \          lstDeQueue.c lstDestroy.c lstDupl.c lstFindFrom.c lstForEachFrom.c \

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50