|
From: <sv...@va...> - 2009-07-15 15:25:29
|
Author: sewardj Date: 2009-07-15 16:25:21 +0100 (Wed, 15 Jul 2009) New Revision: 10478 Log: Track vex r1909 (get rid of LibVEX_Version). Modified: trunk/Makefile.vex.am Modified: trunk/Makefile.vex.am =================================================================== --- trunk/Makefile.vex.am 2009-07-15 14:52:52 UTC (rev 10477) +++ trunk/Makefile.vex.am 2009-07-15 15:25:21 UTC (rev 10478) @@ -61,20 +61,6 @@ 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-<platform>.a #---------------------------------------------------------------------------- |