From 4085c760c54eeb9cd828c9659117dc32bf179e42 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sat, 21 Jan 2023 12:56:43 -0700 Subject: * Fix for file imap/Makefile contributed by Paul Ferster that fixes an issue that would make c-client fail to build if the CC variable was set to a compiler that needs spaces (as "ccache gcc"). --- imap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap/Makefile b/imap/Makefile index d459ef3f..f6528bbd 100644 --- a/imap/Makefile +++ b/imap/Makefile @@ -706,7 +706,7 @@ rebuild: @$(SH) -c '(test $(BUILDTYPE) = rebuild -o $(BUILDTYPE) = `$(CAT) OSTYPE`) || (echo Already built for `$(CAT) OSTYPE` -- you must do \"make clean\" first && exit 1)' @echo Rebuilding c-client for `$(CAT) OSTYPE`... @$(TOUCH) SPECIALS - $(CD) c-client;$(MAKE) all CC=`$(CAT) CCTYPE` \ + $(CD) c-client;$(MAKE) all CC="`$(CAT) CCTYPE`" \ CFLAGS="`$(CAT) CFLAGS`" `$(CAT) SPECIALS` rebuildclean: -- cgit v1.2.3-70-g09d2