xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/quote_cctype.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1diff -urN imap-2007.orig/Makefile imap-2007/Makefile
2--- imap-2007.orig/Makefile	2007-12-20 23:11:10.000000000 +0100
3+++ imap-2007/Makefile	2008-03-19 14:08:47.000000000 +0100
4@@ -690,7 +690,7 @@
5 	@$(SH) -c '(test $(BUILDTYPE) = rebuild -o $(BUILDTYPE) = `$(CAT) OSTYPE`) || (echo Already built for `$(CAT) OSTYPE` -- you must do \"make clean\" first && exit 1)'
6 	@echo Rebuilding c-client for `$(CAT) OSTYPE`...
7 	@$(TOUCH) SPECIALS
8-	$(CD) c-client;$(MAKE) all CC=`$(CAT) CCTYPE` \
9+	$(CD) c-client;$(MAKE) all CC="`$(CAT) CCTYPE`" \
10 	 CFLAGS="`$(CAT) CFLAGS`" `$(CAT) SPECIALS`
11
12 rebuildclean:
13