From: Julian Seward Date: Wed, 15 Jul 2009 15:25:21 +0000 (+0000) Subject: Track vex r1909 (get rid of LibVEX_Version). X-Git-Tag: svn/VALGRIND_3_5_0~370 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b567a72b8e01cee3401c103af0426902412ca20;p=thirdparty%2Fvalgrind.git Track vex r1909 (get rid of LibVEX_Version). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10478 --- diff --git a/Makefile.vex.am b/Makefile.vex.am index 339a7e8d84..2ad2f75573 100644 --- a/Makefile.vex.am +++ b/Makefile.vex.am @@ -60,20 +60,6 @@ pub/libvex_guest_offsets.h: > pub/libvex_guest_offsets.h rm -f auxprogs/genoffsets.s -#---------------------------------------------------------------------------- -# main_vex_svnversion.h -#---------------------------------------------------------------------------- - -BUILT_SOURCES += priv/main_vex_svnversion.h - -# The contents of this file don't matter, as we don't call LibVEX_version() -# from Valgrind. -# Nb: generating a file and putting it in $(srcdir) rather than $(builddir) -# seems like bad form... this should be fixed if VPATH builds are made to -# work. -priv/main_vex_svnversion.h: - echo "\"version\"" > $(srcdir)/priv/main_vex_svnversion.h - #---------------------------------------------------------------------------- # libvex-.a #----------------------------------------------------------------------------