diff options
| author | matt <matt@NetBSD.org> | 2013-04-30 01:41:01 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2013-04-30 01:41:01 +0000 |
| commit | 9e394c40392e7f4f278463bf2cbdc887fc83dcf0 (patch) | |
| tree | 37f0190ff5474d8650e1503660f0ab9867c3db6d /lib/libexecinfo | |
| parent | 5f8676b545152635f205a0382df148ae7b82f1c9 (diff) | |
earm -> earm*
Diffstat (limited to 'lib/libexecinfo')
| -rw-r--r-- | lib/libexecinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libexecinfo/Makefile b/lib/libexecinfo/Makefile index 168f654473b..8e18d196ce1 100644 --- a/lib/libexecinfo/Makefile +++ b/lib/libexecinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/04/27 06:24:23 matt Exp $ +# $NetBSD: Makefile,v 1.4 2013/04/30 01:41:01 matt Exp $ .include <bsd.own.mk> @@ -20,7 +20,7 @@ MAN= backtrace.3 .if ${USE_UNWIND} == "yes" SRCS+=unwind.c -.if !empty(LIBEXECINFO_MACHINE_ARCH:Mearm) +.if !empty(LIBEXECINFO_MACHINE_ARCH:Mearm*) SRCS+=unwind_arm_ehabi_stub.c .endif .else |
