fixed CPPFLAGS quoting problems introduced by last commit
[util-vserver.git] / build-all
index 71b760e..6bd2534 100755 (executable)
--- a/build-all
+++ b/build-all
@@ -67,7 +67,7 @@ case "$1" in
            env \
            CFLAGS="-O0 -g3$ARCH_CFLAGS"   \
            CXXFLAGS="-O0 -g3$ARCH_CFLAGS" \
-           CPPFLAGS=$CPPFLAGS \
+           CPPFLAGS="$CPPFLAGS" \
            ./configure $confflags
        $make
        exit