]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add proper dependencies for pub/libvex_guest_offsets.h (Florian Krohm,
authorJulian Seward <jseward@acm.org>
Tue, 28 Sep 2010 15:09:47 +0000 (15:09 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 28 Sep 2010 15:09:47 +0000 (15:09 +0000)
britzel@acm.org).  Fixes #246888.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11387

Makefile.vex.am

index c0805457ef3369dfb7f130c5c52ae545c90c56b8..b84ba4e7f1f9f197083c08e4aa5cec4390a1ee61 100644 (file)
@@ -52,7 +52,13 @@ CLEANFILES    = pub/libvex_guest_offsets.h
 # 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@) \