diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-07-18 13:28:48 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-07-18 13:28:48 +0000 |
commit | f75a7e216573c7aef8def0df6d15349d590fe4c9 (patch) | |
tree | 8f9b3a983d5c701b0423983b683a9c881f1146aa /usr.bin | |
parent | 87cf6edca88e0da9463232ace95f0a057381454b (diff) |
CDIAGFLAGS
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/m4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile index e1ff6b6ac6b..43b23289902 100644 --- a/usr.bin/m4/Makefile +++ b/usr.bin/m4/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2001/01/02 23:51:52 smurph Exp $ +# $OpenBSD: Makefile,v 1.7 2001/07/18 13:28:47 espie Exp $ # -DEXTENDED # if you want the paste & spaste macros. PROG= m4 -CFLAGS+=-DEXTENDED -CFLAGS+=-W -Wall -Wstrict-prototypes \ +CFLAGS+=-DEXTENDED +CDIAGFLAGS=-W -Wall -Wstrict-prototypes \ -Wno-unused -Wno-char-subscripts -Wno-sign-compare # No optimization for m88k .if (${MACHINE_ARCH} == "m88k") |