From 11834ac04814b9a1e2464608cca6c0dbded19b82 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Mon, 10 Jun 2019 19:38:35 +0000 Subject: [PATCH] DPSRCS need to be built before recursing. MFC after: 2 weeks Sponsored by: DellEMC --- share/mk/bsd.progs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/bsd.progs.mk b/share/mk/bsd.progs.mk index 1624a23b854..636e93f28c6 100644 --- a/share/mk/bsd.progs.mk +++ b/share/mk/bsd.progs.mk @@ -95,7 +95,7 @@ $v = # Find common sources among the PROGS to depend on them before building # anything. This allows parallelization without them each fighting over # the same objects. -_PROGS_COMMON_SRCS= +_PROGS_COMMON_SRCS= ${DPSRCS} _PROGS_ALL_SRCS= .for p in ${PROGS} .for s in ${SRCS.${p}} -- 2.45.0