From 310adc657370fbf8a729eaacf2b085a4f92412d6 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Mon, 26 Dec 2005 18:43:15 +0000 Subject: 2005-12-26 Zoltan Varga * runtime/Makefile.am (all-local): Pass CC tothe mcs makefile. svn path=/trunk/mono/; revision=54853 --- runtime/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') 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 -- cgit v1.2.3