Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mpl/bind/lib/plugins fix reversed test
details: https://anonhg.NetBSD.org/src/rev/198f875c8e21
branches: trunk
changeset: 363418:198f875c8e21
user: christos <christos%NetBSD.org@localhost>
date: Fri Mar 11 16:24:22 2022 +0000
description:
fix reversed test
diffstat:
external/mpl/bind/lib/plugins/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 372b42ae4bda -r 198f875c8e21 external/mpl/bind/lib/plugins/Makefile
--- a/external/mpl/bind/lib/plugins/Makefile Fri Mar 11 13:39:01 2022 +0000
+++ b/external/mpl/bind/lib/plugins/Makefile Fri Mar 11 16:24:22 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/03/11 13:39:01 christos Exp $
+# $NetBSD: Makefile,v 1.4 2022/03/11 16:24:22 christos Exp $
LIBISMODULE:= yes
LIB= filter-aaaa
@@ -13,7 +13,7 @@
.PATH: ${DIST}
-.if ${MLIBDIR:Uno} != no && ${MKPIC} != "no"
+.if !defined(MLIBDIR) && ${MKPIC} != "no"
.PRECIOUS: ${DESTDIR}${LIBDIR}/${LIB}.so.${SHLIB_MAJOR}
libinstall:: ${DESTDIR}${LIBDIR}/${LIB}.so.${SHLIB_MAJOR}
.else
Home |
Main Index |
Thread Index |
Old Index