|
From: <sv...@va...> - 2007-01-06 00:13:45
|
Author: sewardj Date: 2007-01-06 00:13:43 +0000 (Sat, 06 Jan 2007) New Revision: 6476 Log: Merge r6475 (Pass CC and AR to vex's Makefile here too.) Modified: branches/VALGRIND_3_2_BRANCH/coregrind/Makefile.am Modified: branches/VALGRIND_3_2_BRANCH/coregrind/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/VALGRIND_3_2_BRANCH/coregrind/Makefile.am 2007-01-05 23:50:4= 5 UTC (rev 6475) +++ branches/VALGRIND_3_2_BRANCH/coregrind/Makefile.am 2007-01-06 00:13:4= 3 UTC (rev 6476) @@ -267,7 +267,7 @@ m_syswrap/syswrap-main.c: libvex_guest_offsets.h =20 libvex_guest_offsets.h: - $(MAKE) -C @VEX_DIR@ pub/libvex_guest_offsets.h + $(MAKE) -C @VEX_DIR@ CC=3D"$(CC)" AR=3D"$(AR)" pub/libvex_guest_offsets= .h =20 VGPRELOAD_CORE_SOURCES_COMMON =3D vg_preloaded.c =20 |