Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2014 00:25:21 +0000 (UTC)
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r265789 - projects/bmake/share/mk
Message-ID:  <201405100025.s4A0PLCh066545@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sjg
Date: Sat May 10 00:25:21 2014
New Revision: 265789
URL: http://svnweb.freebsd.org/changeset/base/265789

Log:
  We now want src.opts.mk

Modified:
  projects/bmake/share/mk/local.dirdeps.mk

Modified: projects/bmake/share/mk/local.dirdeps.mk
==============================================================================
--- projects/bmake/share/mk/local.dirdeps.mk	Sat May 10 00:24:32 2014	(r265788)
+++ projects/bmake/share/mk/local.dirdeps.mk	Sat May 10 00:25:21 2014	(r265789)
@@ -2,7 +2,7 @@
 # we are the 1st makefile
 
 .if !defined(MK_CTF)
-.include "${SRCTOP}/share/mk/bsd.opts.mk"
+.include "${SRCTOP}/share/mk/src.opts.mk"
 .endif
 
 # DEP_MACHINE is set before we get here, this may not be.
@@ -41,7 +41,7 @@ DIRDEPS_FILTER.host = \
 .if ${DEP_MACHINE} != "host"
 
 # this is how we can handle optional dependencies
-.if ${MK_SSP:Uno} != "no" && defined(PROG)
+.if ${MK_SSP:Uno} != "no" && ${DEP_RELDIR:U${RELDIR}} == "lib/libc"
 DIRDEPS += gnu/lib/libssp/libssp_nonshared
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405100025.s4A0PLCh066545>