From 1fb02e9971093f9764f66a4536187ab32c7f3937 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Sat, 12 Mar 2016 18:41:27 +0000 Subject: 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(-) (limited to 'Makefile.libcompat') diff --git a/Makefile.libcompat b/Makefile.libcompat index 8a1fbec..32075fe 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 -- cgit v1.1