diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-09-17 08:07:23 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-09-17 08:07:23 +0000 |
commit | 1041c1b1833a6247f8e3ea7ced63273327f293b0 (patch) | |
tree | 98432a06c1a955e34c5f0d6c8023b3788b917bcb /regress/usr.bin/m4/Makefile | |
parent | 8f5658ef1d1fa2dc303975474983dd23072aca60 (diff) |
Scary interaction
Diffstat (limited to 'regress/usr.bin/m4/Makefile')
-rw-r--r-- | regress/usr.bin/m4/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/regress/usr.bin/m4/Makefile b/regress/usr.bin/m4/Makefile index c6e4fe67e71..0af1456ae72 100644 --- a/regress/usr.bin/m4/Makefile +++ b/regress/usr.bin/m4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2001/09/16 21:09:19 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2001/09/17 08:07:22 espie Exp $ # $NetBSD: Makefile,v 1.2 1999/02/13 02:54:33 lukem Exp $ NOMAN= @@ -9,7 +9,7 @@ M4=m4 CLEANFILES+= ff_after_dnl.m4 fibo.out -regress: test-ff_after_dnl test-m4wrap test-fibo test-patterns +regress: test-ff_after_dnl test-m4wrap test-fibo test-patterns trip test-ff_after_dnl: ff_after_dnl.m4 ${M4} ff_after_dnl.m4 | diff - ${.CURDIR}/ff_after_dnl.out @@ -29,6 +29,9 @@ fibo.out: test-fibo: fibo.out ${M4} -DN=${FIBOMAX} ${.CURDIR}/fibo.m4| diff - fibo.out -.PHONY: test-ff_after_dnl test-m4wrap test-patterns test-fibo +trip: + echo "undefine(\`errprint')"|MALLOC_OPTIONS=A ${M4} -Derrprint=a >/dev/null + +.PHONY: test-ff_after_dnl test-m4wrap test-patterns test-fibo trip .include <bsd.prog.mk> |