From aae5d688243e6148d536e0ec8244248789c5962b Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Thu, 9 Dec 1999 13:36:16 +0000 Subject: [PATCH] Make sure the links to the source tree end up in the source tree. --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index d85ee49fc6da..b241cb348ae4 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -172,6 +172,7 @@ buildworld: .for _dir in ${INCDIRS} mkdir -p ${WORLDTMP}/usr/include/${_dir} .endfor + ln -sf ${.CURDIR}/sys ${WORLDTMP}/sys .if !defined(NOCLEAN) @echo @echo "--------------------------------------------------------------"