* runtime/Makefile.am (all-local): Enclose CC by apostrophes to fix build when CC...
authorKornél Pál <kornelpal@gmail.com>
Wed, 28 Dec 2005 14:13:28 +0000 (14:13 -0000)
committerKornél Pál <kornelpal@gmail.com>
Wed, 28 Dec 2005 14:13:28 +0000 (14:13 -0000)
svn path=/trunk/mono/; revision=54897

ChangeLog
runtime/Makefile.am

index 925ad8aee9ca5840394668e3c1c3cc775a388610..2e01854c02ade15416b0d90ce07b15d7de067417 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-28  Kornél Pál  <kornelpal@hotmail.com>
+
+       * runtime/Makefile.am (all-local): Enclose CC by apostrophes to fix
+         build when CC contains spaces.
+
 2005-12-27  Jonathan Pryor  <jonpryor@vt.edu>
 
        * configure.in: Add check for <sys/mman.h>.  Fixes #77091.
index f16189368ff6b2519f867024f8fccf29d5d21bb8..1b9881a2f08c33dc45b4de4f3a5533dba65f5df1 100644 (file)
@@ -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