|
From: <sv...@va...> - 2005-09-25 17:27:42
|
Author: njn Date: 2005-09-25 18:27:39 +0100 (Sun, 25 Sep 2005) New Revision: 4764 Log: Remove phony target becauses it causes a lot of unnecessary relinking whe= n doing "make install". Modified: branches/ASPACEM/Makefile.tool.am Modified: branches/ASPACEM/Makefile.tool.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/ASPACEM/Makefile.tool.am 2005-09-25 16:35:56 UTC (rev 4763) +++ branches/ASPACEM/Makefile.tool.am 2005-09-25 17:27:39 UTC (rev 4764) @@ -11,7 +11,7 @@ $(top_builddir)/coregrind/libcoregrind.a \ @VEX_DIR@/libvex.a =20 -.PHONY: @VEX_DIR@/libvex.a +##.PHONY: @VEX_DIR@/libvex.a =20 @VEX_DIR@/libvex.a: @VEX_DIR@/priv/main/vex_svnversion.h $(MAKE) -C @VEX_DIR@ CC=3D"$(CC)" libvex.a EXTRA_CFLAGS=3D"@ARCH_CORE_A= M_CFLAGS@" |