From 9078fdf5ad0880be31c8d6da41a28f68a9da55e8 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 10 Jan 2003 17:43:22 +0000 Subject: [PATCH] Per John's observation, added missing quotes in acc CC. [SVN r16862] --- historic/jam/src/build.sh | 2 +- jam_src/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/historic/jam/src/build.sh b/historic/jam/src/build.sh index e7f932726..222e9b0a9 100644 --- a/historic/jam/src/build.sh +++ b/historic/jam/src/build.sh @@ -135,7 +135,7 @@ case $BOOST_JAM_TOOLSET in ;; acc) - BOOST_JAM_CC=cc -Ae + BOOST_JAM_CC="cc -Ae" ;; cc) diff --git a/jam_src/build.sh b/jam_src/build.sh index e7f932726..222e9b0a9 100644 --- a/jam_src/build.sh +++ b/jam_src/build.sh @@ -135,7 +135,7 @@ case $BOOST_JAM_TOOLSET in ;; acc) - BOOST_JAM_CC=cc -Ae + BOOST_JAM_CC="cc -Ae" ;; cc)