fixed CPPFLAGS quoting problems introduced by last commit
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 21 Feb 2008 23:11:19 +0000 (23:11 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 21 Feb 2008 23:11:19 +0000 (23:11 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2683 94cd875c-1c1d-0410-91d2-eb244daf1a30

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