From 1740c16265a1630d12af1412d49c24ef25626590 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 29 Jan 2016 18:07:37 +0100 Subject: Configure et al: split up the lflags configuration item into two The lflags configuration had a weird syntax with a % as separator. If it was present, whatever came before ended up as PEX_LIBS in Makefile (usually, this is LDFLAGS), while whatever came after ended up as EX_LIBS. This change splits that item into lflags and ex_libs, making their use more explicit. Also, PEX_LIBS in all the Makefiles are renamed to LDFLAGS. Reviewed-by: Rich Salz --- crypto/pkcs7/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/pkcs7') diff --git a/crypto/pkcs7/Makefile.in b/crypto/pkcs7/Makefile.in index e5854a9873..7c895785ad 100644 --- a/crypto/pkcs7/Makefile.in +++ b/crypto/pkcs7/Makefile.in @@ -10,7 +10,7 @@ CFLAG=-g MAKEFILE= Makefile AR= ar r -PEX_LIBS= +LDFLAGS= EX_LIBS= CFLAGS= $(INCLUDES) $(CFLAG) -- cgit v1.2.3