From 5ac3e457ef3bfd546bf690ab1896744d98fb80ef Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Sat, 16 Feb 2013 01:20:56 +0000 Subject: [PATCH] We may only have INCSLINKS, and STAGE_SYMLINKS should all be full paths. --- share/mk/bsd.incs.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.incs.mk b/share/mk/bsd.incs.mk index 2546dfdd8df8..9d614be4a2a9 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