|
From: <sv...@va...> - 2010-09-28 15:09:55
|
Author: sewardj Date: 2010-09-28 16:09:47 +0100 (Tue, 28 Sep 2010) New Revision: 11387 Log: Add proper dependencies for pub/libvex_guest_offsets.h (Florian Krohm, br...@ac...). Fixes #246888. Modified: trunk/Makefile.vex.am Modified: trunk/Makefile.vex.am =================================================================== --- trunk/Makefile.vex.am 2010-09-28 14:58:03 UTC (rev 11386) +++ trunk/Makefile.vex.am 2010-09-28 15:09:47 UTC (rev 11387) @@ -52,7 +52,13 @@ # This is very uggerly. Need to sed out both "xyzzyN" and # "xyzzy$N" since gcc on different targets emits the constants # differently -- with a leading $ on x86/amd64 but none on ppc32/64. -pub/libvex_guest_offsets.h: +pub/libvex_guest_offsets.h: auxprogs/genoffsets.c \ + pub/libvex_basictypes.h \ + pub/libvex_guest_x86.h \ + pub/libvex_guest_amd64.h \ + pub/libvex_guest_ppc32.h \ + pub/libvex_guest_ppc64.h \ + pub/libvex_guest_arm.h rm -f auxprogs/genoffsets.s $(CC) $(LIBVEX_CFLAGS) \ $(AM_CFLAGS_@VGCONF_PLATFORM_PRI_CAPS@) \ |