Remove GCC-ism (-Wall).

Submitted by:	bde
This commit is contained in:
Will Andrews 2001-04-26 04:40:57 +00:00
parent ed1c82f450
commit 40adb1a63b

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PROG= make
CFLAGS+=-Wall -I${.CURDIR}
CFLAGS+=-I${.CURDIR}
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
SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \