From 396f5ab6ee982a171b497d9c88c598c88ff2a040 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 13 May 2016 17:44:20 +0000 Subject: [PATCH] Support libsoft for restage. This is essentially fixing a merge conflict. --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 465610661d34..3fa5537c2485 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1002,8 +1002,8 @@ restage: .MAKE .PHONY @echo ">>> Installing everything" @echo "--------------------------------------------------------------" ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install -.if defined(LIB32TMP) && ${MK_LIB32} != "no" - ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install32 +.if defined(LIBCOMPAT) + ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install${libcompat} .endif redistribute: .MAKE .PHONY