We may only have INCSLINKS, and STAGE_SYMLINKS should all be full paths.
This commit is contained in:
parent
6bc671bb67
commit
5ac3e457ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user