Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornél Pál <kornelpal@gmail.com>2005-12-28 17:13:28 +0300
committerKornél Pál <kornelpal@gmail.com>2005-12-28 17:13:28 +0300
commitfcc96c85195439f8b584fd49c28cbe167b935670 (patch)
treef24d8ba4722da0ce587925bc454d9532a9734c5b /runtime
parent4fcfc6163f9561ea29bd73ed24aaeb31e852822d (diff)
* runtime/Makefile.am (all-local): Enclose CC by apostrophes to fix build when CC contains spaces.
svn path=/trunk/mono/; revision=54897
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index f16189368ff..1b9881a2f08 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -27,7 +27,7 @@ if BUILD_MCS
# The write check is to foil 'make distcheck'
all-local: $(SUPPORT_FILES)
if test -w $(mcs_topdir); then :; else chmod -R +w $(mcs_topdir); fi
- cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' CC=$(CC) all-profiles
+ cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' CC='$(CC)' all-profiles
# override automake
install: install-exec install-data