Module Name: src
Committed By: christos
Date: Fri Mar 11 16:24:22 UTC 2022
Modified Files:
src/external/mpl/bind/lib/plugins: Makefile
Log Message:
fix reversed test
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mpl/bind/lib/plugins/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mpl/bind/lib/plugins/Makefile
diff -u src/external/mpl/bind/lib/plugins/Makefile:1.3 src/external/mpl/bind/lib/plugins/Makefile:1.4
--- src/external/mpl/bind/lib/plugins/Makefile:1.3 Fri Mar 11 08:39:01 2022
+++ src/external/mpl/bind/lib/plugins/Makefile Fri Mar 11 11:24:22 2022
@@ -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 @@ DIST=${IDIST}/bin/plugins
.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