removed util.c
authorChristos Zoulas <christos@ucbvax.Berkeley.EDU>
Sat, 29 Apr 1995 08:19:11 +0000 (00:19 -0800)
committerChristos Zoulas <christos@ucbvax.Berkeley.EDU>
Sat, 29 Apr 1995 08:19:11 +0000 (00:19 -0800)
SCCS-vsn: usr.bin/make/Makefile 8.3

usr/src/usr.bin/make/Makefile

index 9b5c57e..b6ae9fc 100644 (file)
@@ -4,7 +4,7 @@
 PROG=  make
 CFLAGS+= -I${.CURDIR} -DPOSIX
 SRCS=  arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
 PROG=  make
 CFLAGS+= -I${.CURDIR} -DPOSIX
 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 util.c
+       make.c parse.c str.c suff.c targ.c var.c
 SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
        lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \
        lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \
 SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
        lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \
        lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \