|
From: <sv...@va...> - 2005-08-24 23:03:46
|
Author: dirk Date: 2005-08-25 00:03:44 +0100 (Thu, 25 Aug 2005) New Revision: 4501 Log: svn merge 4473: Make sure vex_svnversion.h is updated Modified: branches/VALGRIND_3_0_BRANCH/coregrind/Makefile.am Modified: branches/VALGRIND_3_0_BRANCH/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 --- branches/VALGRIND_3_0_BRANCH/coregrind/Makefile.am 2005-08-24 23:03:0= 5 UTC (rev 4500) +++ branches/VALGRIND_3_0_BRANCH/coregrind/Makefile.am 2005-08-24 23:03:4= 4 UTC (rev 4501) @@ -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 \ @@ -198,7 +200,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: |