Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/bin/xedit Use LIBISPRIVATE, not MKPRIVATELIB



details:   https://anonhg.NetBSD.org/src/rev/c7d860e0632f
branches:  trunk
changeset: 339123:c7d860e0632f
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 27 17:03:30 2015 +0000

description:
Use LIBISPRIVATE, not MKPRIVATELIB

diffstat:

 external/mit/xorg/bin/xedit/lisp/Makefile |  4 ++--
 external/mit/xorg/bin/xedit/mp/Makefile   |  4 ++--
 external/mit/xorg/bin/xedit/re/Makefile   |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 8f1672f866fe -r c7d860e0632f external/mit/xorg/bin/xedit/lisp/Makefile
--- a/external/mit/xorg/bin/xedit/lisp/Makefile Sat Jun 27 16:21:07 2015 +0000
+++ b/external/mit/xorg/bin/xedit/lisp/Makefile Sat Jun 27 17:03:30 2015 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.3 2011/08/11 23:15:35 joerg Exp $
+#      $NetBSD: Makefile,v 1.4 2015/06/27 17:03:30 matt Exp $
 
-MKPRIVATELIB=  yes
+LIBISPRIVATE=  yes
 
 .include <bsd.own.mk>
 
diff -r 8f1672f866fe -r c7d860e0632f external/mit/xorg/bin/xedit/mp/Makefile
--- a/external/mit/xorg/bin/xedit/mp/Makefile   Sat Jun 27 16:21:07 2015 +0000
+++ b/external/mit/xorg/bin/xedit/mp/Makefile   Sat Jun 27 17:03:30 2015 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2015/06/27 17:03:30 matt Exp $
 
-MKPRIVATELIB=  yes
+LIBISPRIVATE=  yes
 
 .include <bsd.own.mk>
 
diff -r 8f1672f866fe -r c7d860e0632f external/mit/xorg/bin/xedit/re/Makefile
--- a/external/mit/xorg/bin/xedit/re/Makefile   Sat Jun 27 16:21:07 2015 +0000
+++ b/external/mit/xorg/bin/xedit/re/Makefile   Sat Jun 27 17:03:30 2015 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2015/06/27 17:03:30 matt Exp $
 
-MKPRIVATELIB=  yes
+LIBISPRIVATE=  yes
 
 .include <bsd.own.mk>
 



Home | Main Index | Thread Index | Old Index