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.
This commit is contained in:
parent
ee9a2498cf
commit
15a61bc010
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue