From: Kurt Zeilenga Date: Wed, 16 Sep 1998 05:57:18 +0000 (+0000) Subject: Add in $CC wrap by hand (was rejected)... X-Git-Tag: OPENLDAP_REL_ENG_1_0_2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3800d45a0d33f8196537b454c30c403a5803c8a;p=thirdparty%2Fopenldap.git Add in $CC wrap by hand (was rejected)... --- diff --git a/Makefile b/Makefile index cdb48a6c4d..95437163f6 100644 --- a/Makefile +++ b/Makefile @@ -321,7 +321,7 @@ makeconfig: .makefiles buildtools ;; \ esac; \ fi; \ - CC=$(CC); \ + CC="$(CC)"; \ OLDIFS="$$IFS"; \ IFS=":"; \ for dir in $$PATH; do \