From: Tom Hughes Date: Tue, 30 Aug 2005 21:07:23 +0000 (+0000) Subject: Quote some more CC expansions. X-Git-Tag: svn/VALGRIND_3_1_0~477 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c19c1fef02e30d7c2201fcf1fbd81f9072cdcae;p=thirdparty%2Fvalgrind.git Quote some more CC expansions. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4592 --- diff --git a/coregrind/m_dispatch/Makefile.am b/coregrind/m_dispatch/Makefile.am index 84d5a201b4..7fcbc88004 100644 --- a/coregrind/m_dispatch/Makefile.am +++ b/coregrind/m_dispatch/Makefile.am @@ -13,4 +13,4 @@ libdispatch_a_SOURCES = \ dispatch-@VG_ARCH@.S: libvex_guest_offsets.h libvex_guest_offsets.h: - $(MAKE) -C @VEX_DIR@ CC=$(CC) pub/libvex_guest_offsets.h + $(MAKE) -C @VEX_DIR@ CC="$(CC)" pub/libvex_guest_offsets.h diff --git a/coregrind/m_syswrap/Makefile.am b/coregrind/m_syswrap/Makefile.am index a0e7d2eeec..b1033a4081 100644 --- a/coregrind/m_syswrap/Makefile.am +++ b/coregrind/m_syswrap/Makefile.am @@ -26,4 +26,4 @@ syscall-@VG_PLATFORM@.S: libvex_guest_offsets.h syswrap-main.c: libvex_guest_offsets.h libvex_guest_offsets.h: - $(MAKE) -C @VEX_DIR@ CC=$(CC) pub/libvex_guest_offsets.h + $(MAKE) -C @VEX_DIR@ CC="$(CC)" pub/libvex_guest_offsets.h