We may only have INCSLINKS, and STAGE_SYMLINKS should all be full paths.

This commit is contained in:
Simon J. Gerraty 2013-02-16 01:20:56 +00:00
parent 6bc671bb67
commit 5ac3e457ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=246867

View File

@ -97,10 +97,10 @@ buildincludes: stage_files
.if !empty(STAGE_AS_SETS)
buildincludes: stage_as
.endif
.endif
.if !empty(INCSLINKS)
stage_files: stage_symlinks
STAGE_SYMLINKS.INCS= ${INCSLINKS:S,${INCSDIR}/,,}
.endif
STAGE_SYMLINKS.INCS= ${INCSLINKS}
.endif
.endif
.endif