summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-03-15 15:05:14 +0000
committerharti <harti@FreeBSD.org>2005-03-15 15:05:14 +0000
commit6fc3b6df1c0916bc4f43236c1d1a20721540c440 (patch)
tree1c8e7aa7931241151a8db237bb49c3fb184d60dd /usr.bin/make/Makefile
parentc3d17f2e0346df737f3d9959b4f181039e65a741 (diff)
downloadFreeBSD-src-6fc3b6df1c0916bc4f43236c1d1a20721540c440.zip
FreeBSD-src-6fc3b6df1c0916bc4f43236c1d1a20721540c440.tar.gz
modifier_M: instead of going through the string twice to compute the
size of the buffer we need, just allocate the possible maximum. Patch: 7.117 Submitted by: Max Okumoto <okumoto@ucsd.edu>
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index acd90e57..c97dbca 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -3,7 +3,7 @@
# $FreeBSD$
PROG= make
-CFLAGS+=-I${.CURDIR}
+CFLAGS+=-I${.CURDIR} -std=c99
SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c lst.c main.c \
make.c parse.c str.c suff.c targ.c util.c var.c var_modify.c
OpenPOWER on IntegriCloud