DIRDEPS_BUILD: Fix some things building in MAKELEVEL0.

For PROGS this was recursing twice since MAKELEVEL0 is for 'dirdeps'
which then really builds in a sub-make.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery
2016-02-26 22:13:48 +00:00
parent 5d5a53b49f
commit db74470bff
7 changed files with 14 additions and 1 deletions
+2
View File
@@ -14,7 +14,9 @@ buildincludes: ${${group}}
.endfor
.endif
.if !defined(_SKIP_BUILD)
all: buildincludes
.endif
.if !target(installincludes)
.for group in ${INCSGROUPS}