summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-02-16 01:20:56 +0000
committersjg <sjg@FreeBSD.org>2013-02-16 01:20:56 +0000
commit64fca9118b71c803e4211b569c603681fa601dfe (patch)
treeb5cfe8ec51bd02f6f16a87986abce7ace3576956 /share
parentac20e093eb16ae6501f7c41eee0145b591865f59 (diff)
downloadFreeBSD-src-64fca9118b71c803e4211b569c603681fa601dfe.zip
FreeBSD-src-64fca9118b71c803e4211b569c603681fa601dfe.tar.gz
We may only have INCSLINKS, and STAGE_SYMLINKS should all be full paths.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.incs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.incs.mk b/share/mk/bsd.incs.mk
index 2546dfd..9d614be 100644
--- a/share/mk/bsd.incs.mk
+++ b/share/mk/bsd.incs.mk
@@ -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
OpenPOWER on IntegriCloud