Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libnvmm Fix the build



details:   https://anonhg.NetBSD.org/src/rev/c9b2d1b1e375
branches:  trunk
changeset: 446873:c9b2d1b1e375
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Dec 23 16:23:24 2018 +0000

description:
Fix the build

diffstat:

 tests/lib/libnvmm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r f8ccb1df52f3 -r c9b2d1b1e375 tests/lib/libnvmm/Makefile
--- a/tests/lib/libnvmm/Makefile        Sun Dec 23 15:57:53 2018 +0000
+++ b/tests/lib/libnvmm/Makefile        Sun Dec 23 16:23:24 2018 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.1 2018/12/23 13:35:02 maxv Exp $
+# $NetBSD: Makefile,v 1.2 2018/12/23 16:23:24 martin Exp $
 
 NOMAN= # defined
 
 .include <bsd.own.mk>
+.if ${MACHINE} == "amd64"
 
 TESTSDIR=      ${TESTSBASE}/lib/libnvmm
 
 COPTS+=        -Wall
 LDADD+=        -lnvmm
 
-.if ${MACHINE} == "amd64"
 # Mem Assist
 TESTS_SH=              t_mem_assist
 PROGS=                 h_mem_assist



Home | Main Index | Thread Index | Old Index