From 40f483243cf79a5e7cf17074f8ccf16929d5651b Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 10 May 2020 12:09:43 -0600 Subject: * Remove CC=cc from Makefiles under the imap/ directory. Also redefine ARRC, as these are inherited from values set in the configure script, which in turn can be inherited from environment variables. This implies that to build c-client one needs to specify these variables, and since this is not being built as a stand-alone library anymore, we take these values from the configure script. Submitted by Robert Siebeck. --- imap/src/osdep/unix/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'imap/src/osdep') diff --git a/imap/src/osdep/unix/Makefile b/imap/src/osdep/unix/Makefile index ed33db0c..cdcbf315 100644 --- a/imap/src/osdep/unix/Makefile +++ b/imap/src/osdep/unix/Makefile @@ -132,10 +132,9 @@ EMPTYPROTO=unixproto # Commands possibly overridden by the individual port -ARRC=ar rc -CC=cc +ARRC=$(AR) rc LN=ln -s -RANLIB=ranlib +RANLIB?=ranlib # Standard distribution build parameters -- cgit v1.2.3-54-g00ecf