From 048ce0938ed0c1e639fd0331d7ff42ef3326e460 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 12 Mar 2016 18:41:27 +0000 Subject: [PATCH] Follow-up r296709: Fix build32 not properly building all libraries. Pointyhat to: bdrewery Reported by: antoine --- Makefile.libcompat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.libcompat b/Makefile.libcompat index 8a1fbec9f20..32075fe0f43 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -85,9 +85,9 @@ LIBCOMPATCFLAGS+= --sysroot=${WORLDTMP} .endif _LC_LIBDIRS.yes= lib gnu/lib -_LC_LIBDIRS.${MK_CDDL:tl}= cddl/lib -_LC_LIBDIRS.${MK_CRYPT:tl}= secure/lib -_LC_LIBDIRS.${MK_KERBEROS:tl}= kerberos5/lib +_LC_LIBDIRS.${MK_CDDL:tl}+= cddl/lib +_LC_LIBDIRS.${MK_CRYPT:tl}+= secure/lib +_LC_LIBDIRS.${MK_KERBEROS:tl}+= kerberos5/lib # Shared logic build${libcompat}: .PHONY