summaryrefslogtreecommitdiffstats
path: root/targets/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'targets/Makefile.inc')
-rw-r--r--targets/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/Makefile.inc b/targets/Makefile.inc
index 58d19c8..2dc3b81 100644
--- a/targets/Makefile.inc
+++ b/targets/Makefile.inc
@@ -6,9 +6,9 @@ __${_this}__:
_CURDIR ?= ${.CURDIR}
_OBJDIR ?= ${.OBJDIR}
-.if ${RELDIR:Mpkgs/*} != "" || ${RELDIR} == "."
+.if ${RELDIR:Mtargets/*} != "" || ${RELDIR} == "."
-.if ${.MAKE.LEVEL} == 0 && ${RELDIR:Mpkgs/*} != ""
+.if ${.MAKE.LEVEL} == 0 && ${RELDIR:Mtargets/*} != ""
.if make(bootstrap*) || !exists(${_CURDIR}/${.MAKE.DEPENDFILE:T})
_bootstrap_dirdeps = yes
.else
OpenPOWER on IntegriCloud