diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-11-30 18:45:46 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-11-30 18:45:46 +0000 |
commit | 61ad1ff58d4e7a8c21f05066d9a05aad2f84d291 (patch) | |
tree | d79afc6f54559041ce0988fbfe99e39fcac9d67c /targets/Makefile.inc | |
parent | 6e7d005c833f3480a0d24e30172cf3441e0e2f65 (diff) | |
download | src-61ad1ff58d4e7a8c21f05066d9a05aad2f84d291.tar.gz src-61ad1ff58d4e7a8c21f05066d9a05aad2f84d291.zip |
Renamed pkgs/ targets/
Notes
Notes:
svn path=/projects/bmake/; revision=275339
Diffstat (limited to 'targets/Makefile.inc')
-rw-r--r-- | targets/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/Makefile.inc b/targets/Makefile.inc index 58d19c83c3ab..2dc3b8155824 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 |