Module Name:    src
Committed By:   kre
Date:           Sun Apr 19 18:07:00 UTC 2020

Modified Files:
        src/tests/lib/libi386: Makefile

Log Message:
Define TESTSDIR even when not amd64 so the Atffile will be
installed in the correct location.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libi386/Makefile

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

Modified files:

Index: src/tests/lib/libi386/Makefile
diff -u src/tests/lib/libi386/Makefile:1.1 src/tests/lib/libi386/Makefile:1.2
--- src/tests/lib/libi386/Makefile:1.1	Sun Apr 19 13:22:58 2020
+++ src/tests/lib/libi386/Makefile	Sun Apr 19 18:07:00 2020
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2020/04/19 13:22:58 maxv Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/19 18:07:00 kre Exp $
 
 .include <bsd.own.mk>
 
-.if ${MACHINE} == "amd64"
 TESTSDIR=	${TESTSBASE}/lib/libi386
+
+.if ${MACHINE} == "amd64"
 COPTS+=		-m32
 LDFLAGS+=	-m32
 LDADD+=		-li386

Reply via email to