[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/Makefile between version 1.3 and 1.4

version 1.3, 1993/12/14 18:27:15 version 1.4, 1994/03/05 00:34:29
Line 2 
Line 2 
 #       $Id$  #       $Id$
   
 PROG=   make  PROG=   make
 CFLAGS+=-I${.CURDIR} -DPOSIX  CFLAGS+= -I${.CURDIR} -DPOSIX
 SRCS=   arch.c buf.c compat.c cond.c dir.c hash.c job.c main.c \  SRCS=   arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
         make.c parse.c str.c suff.c targ.c var.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 \
         lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \          lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \
         lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \          lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>