Module Name:    src
Committed By:   apb
Date:           Sun Dec  2 13:05:14 UTC 2012

Modified Files:
        src/tools/compat: defs.mk.in

Log Message:
Change the default value of COMPATLIB_UNINSTALLED to no, now that
all users of comapt/defs.mk have been adjusted.  This is the last
commit related to fixing PR 47188.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tools/compat/defs.mk.in

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

Modified files:

Index: src/tools/compat/defs.mk.in
diff -u src/tools/compat/defs.mk.in:1.11 src/tools/compat/defs.mk.in:1.12
--- src/tools/compat/defs.mk.in:1.11	Sun Dec  2 12:37:08 2012
+++ src/tools/compat/defs.mk.in	Sun Dec  2 13:05:14 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: defs.mk.in,v 1.11 2012/12/02 12:37:08 apb Exp $
+#	$NetBSD: defs.mk.in,v 1.12 2012/12/02 13:05:14 apb Exp $
 #
 # Makefile fragment for building with libnbcompat and associated
 # include files.  It can also be used for building just with
@@ -44,8 +44,7 @@
 .include <bsd.own.mk>
 
 # Use the installed (TOOLDIR) version of the library and headers by default
-COMPATLIB_UNINSTALLED ?= yes	# will be changed to "no" as soon as callers
-				# have been adjusted.
+COMPATLIB_UNINSTALLED ?= no
 # Use library and includes by default.
 COMPATLIB_NO_LIB ?= no
 

Reply via email to