summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2016-11-01 00:35:35 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2016-11-01 00:35:35 +0000
commit216dea20ce4dc815066c5dd6585520661f6f30be (patch)
treecaeeb5c389c907ab2d1b25d674eee9dfc4be4a85
parente4254269a71a221796b75bf9dc8f3d04ceef5d78 (diff)
MALLOC_OPTIONS=A no longer exists.
-rw-r--r--regress/usr.bin/m4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/m4/Makefile b/regress/usr.bin/m4/Makefile
index 81446f19998..04845d90411 100644
--- a/regress/usr.bin/m4/Makefile
+++ b/regress/usr.bin/m4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.31 2014/12/07 14:32:34 jsg Exp $
+# $OpenBSD: Makefile,v 1.32 2016/11/01 00:35:34 tb Exp $
FIBOMAX=25
M4=m4
@@ -55,7 +55,7 @@ test-fibo: fibo.out
${M4} -DN=${FIBOMAX} ${.CURDIR}/fibo.m4| diff - fibo.out
trip:
- echo "undefine(\`errprint')"|MALLOC_OPTIONS=A ${M4} -Derrprint=a >/dev/null
+ echo "undefine(\`errprint')" | ${M4} -Derrprint=a >/dev/null
test-quotes:
${M4} ${.CURDIR}/quotes.m4 2>&1| \