svn commit: r359713 - stable/11/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Tue Apr 7 19:40:18 UTC 2020


Author: bdrewery
Date: Tue Apr  7 19:40:14 2020
New Revision: 359713
URL: https://svnweb.freebsd.org/changeset/base/359713

Log:
  MFC r353771:
  
    Fix spelling of DPSRCS.

Modified:
  stable/11/share/mk/bsd.dep.mk
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/mk/bsd.dep.mk
==============================================================================
--- stable/11/share/mk/bsd.dep.mk	Tue Apr  7 19:40:11 2020	(r359712)
+++ stable/11/share/mk/bsd.dep.mk	Tue Apr  7 19:40:14 2020	(r359713)
@@ -177,7 +177,7 @@ DEPEND_MP?=	-MP
 # avoid collisions.
 DEPEND_FILTER=	C,/,_,g
 DEPENDSRCS=	${SRCS:M*.[cSC]} ${SRCS:M*.cxx} ${SRCS:M*.cpp} ${SRCS:M*.cc}
-DEPENDSRCS+=	${DPSRCS:M*.[cSC]} ${SRCS:M*.cxx} ${SRCS:M*.cpp} ${SRCS:M*.cc}
+DEPENDSRCS+=	${DPSRCS:M*.[cSC]} ${DPSRCS:M*.cxx} ${DPSRCS:M*.cpp} ${DPSRCS:M*.cc}
 .if !empty(DEPENDSRCS)
 DEPENDOBJS+=	${DEPENDSRCS:R:S,$,.o,}
 .endif


More information about the svn-src-all mailing list