|
From: <sv...@va...> - 2005-08-20 16:26:07
|
Author: tom Date: 2005-08-20 17:26:04 +0100 (Sat, 20 Aug 2005) New Revision: 4473 Log: Make sure vex_svnversion.h is updated after an svn update and declare the libvex.a target as phone to ensure that we always try and rebuild it in case there have been changed in the VEX code. The partially fixes bug #110770. Modified: trunk/coregrind/Makefile.am Modified: trunk/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 --- trunk/coregrind/Makefile.am 2005-08-20 16:21:02 UTC (rev 4472) +++ trunk/coregrind/Makefile.am 2005-08-20 16:26:04 UTC (rev 4473) @@ -1,6 +1,8 @@ include $(top_srcdir)/Makefile.all.am include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am =20 +.PHONY: @VEX_DIR@/libvex.a + MODULES =3D \ m_aspacemgr \ m_debuginfo \ @@ -200,7 +202,7 @@ @VEX_DIR@/libvex.a: @VEX_DIR@/priv/main/vex_svnversion.h $(MAKE) -C @VEX_DIR@ libvex.a EXTRA_CFLAGS=3D"@ARCH_CORE_AM_CFLAGS@ @PI= E_AM_CFLAGS@" =20 -@VEX_DIR@/priv/main/vex_svnversion.h: +@VEX_DIR@/priv/main/vex_svnversion.h: $(wildcard @VEX_DIR@/.svn/entries) $(MAKE) -C @VEX_DIR@ version =20 clean-local: |