]> git.sur5r.net Git - openldap/blobdiff - Makefile
Wrap $CC with quotes.
[openldap] / Makefile
index 59df0cdc46a66516591799689b8b0734dc40e088..d910580217aa1ec345fb1709e92c8456eddf40ce 100644 (file)
--- 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 \