summaryrefslogtreecommitdiff
path: root/usr.bin/m4
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-04-22 21:45:02 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-04-22 21:45:02 +0000
commit0515b4493a7cba282f12a211c359b99a9118b55d (patch)
tree4e75e9333e0e726d3f8dd46a0200f3952907a8cd /usr.bin/m4
parentcecee20d4eace68bcf39f4836be8729e99c28d88 (diff)
Do not hardcode mvme88k-specific compilation flags here, especially since
the new flags happen to be no different from those set in <sys.mk>
Diffstat (limited to 'usr.bin/m4')
-rw-r--r--usr.bin/m4/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile
index 0d3c0f59b3a..96509d2d11c 100644
--- a/usr.bin/m4/Makefile
+++ b/usr.bin/m4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2001/09/18 14:55:52 espie Exp $
+# $OpenBSD: Makefile,v 1.9 2002/04/22 21:45:00 miod Exp $
# -DEXTENDED
# if you want the paste & spaste macros.
@@ -7,10 +7,6 @@ PROG= m4
CFLAGS+=-DEXTENDED
CDIAGFLAGS=-W -Wall -Wstrict-prototypes \
-Wno-unused -Wno-char-subscripts -Wno-sign-compare
-# No optimization for m88k
-.if (${MACHINE_ARCH} == "m88k")
-CFLAGS+=-O0
-.endif
SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c
MAN= m4.1