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:
authorZoltan Varga <vargaz@gmail.com>2005-12-26 21:43:15 +0300
committerZoltan Varga <vargaz@gmail.com>2005-12-26 21:43:15 +0300
commit310adc657370fbf8a729eaacf2b085a4f92412d6 (patch)
treeb807398885d059abd6c5b3d7643a06f98b355e69 /runtime
parentd46799b1c9cb0f6976de1a23c8ed10ae7cb4153d (diff)
2005-12-26 Zoltan Varga <vargaz@gmail.com>
* runtime/Makefile.am (all-local): Pass CC tothe mcs makefile. svn path=/trunk/mono/; revision=54853
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 e32ad736c64..f16189368ff 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)' all-profiles
+ cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' CC=$(CC) all-profiles
# override automake
install: install-exec install-data