diff options
author | sjg <sjg@FreeBSD.org> | 2013-02-16 01:20:56 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2013-02-16 01:20:56 +0000 |
commit | 64fca9118b71c803e4211b569c603681fa601dfe (patch) | |
tree | b5cfe8ec51bd02f6f16a87986abce7ace3576956 | |
parent | ac20e093eb16ae6501f7c41eee0145b591865f59 (diff) | |
download | FreeBSD-src-64fca9118b71c803e4211b569c603681fa601dfe.zip FreeBSD-src-64fca9118b71c803e4211b569c603681fa601dfe.tar.gz |
We may only have INCSLINKS, and STAGE_SYMLINKS should all be full paths.
-rw-r--r-- | share/mk/bsd.incs.mk | 4 |
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 |