Module Name:    src
Committed By:   matt
Date:           Tue Apr 30 01:41:02 UTC 2013

Modified Files:
        src/lib/libexecinfo: Makefile

Log Message:
earm -> earm*


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libexecinfo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libexecinfo/Makefile
diff -u src/lib/libexecinfo/Makefile:1.3 src/lib/libexecinfo/Makefile:1.4
--- src/lib/libexecinfo/Makefile:1.3	Sat Apr 27 06:24:23 2013
+++ src/lib/libexecinfo/Makefile	Tue Apr 30 01:41:01 2013
@@ -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

Reply via email to