]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Add in $CC wrap by hand (was rejected)...
authorKurt Zeilenga <kurt@openldap.org>
Wed, 16 Sep 1998 05:57:18 +0000 (05:57 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 16 Sep 1998 05:57:18 +0000 (05:57 +0000)
Makefile

index cdb48a6c4d4ef952cf8ba1e3cd51b41725c91ef6..95437163f611fd6fa742edbec4d9ad80e9db7eec 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 \