diff --git a/Makefile.inc1 b/Makefile.inc1 index beb2fdc7155..d354fe385dc 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -299,7 +299,7 @@ _includes: @echo "--------------------------------------------------------------" @echo ">>> stage 4: populating ${WORLDTMP}/usr/include" @echo "--------------------------------------------------------------" - cd ${.CURDIR}; ${WMAKE} SHARED=symlinks includes incsinstall + cd ${.CURDIR}; ${WMAKE} includes; ${WMAKE} SHARED=symlinks incsinstall _libraries: @echo @echo "--------------------------------------------------------------"