|
From: <sv...@va...> - 2005-07-18 23:52:58
|
Author: dirk Date: 2005-07-19 00:52:10 +0100 (Tue, 19 Jul 2005) New Revision: 4170 Log: remove the version script, doesn't work for executables 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-07-18 23:23:03 UTC (rev 4169) +++ trunk/coregrind/Makefile.am 2005-07-18 23:52:10 UTC (rev 4170) @@ -81,7 +81,6 @@ vki_unistd-x86-linux.h =20 EXTRA_DIST =3D \ - valgrind.vs \ README_MODULES.txt =20 BUILT_SOURCES =3D stage2.lds @@ -149,13 +148,11 @@ ## Nb: older versions of automake don't seem to like having +=3D within = an ## if-then-else, so we have to use these variables for the common parts. st2_DEPS_common =3D \ - $(srcdir)/valgrind.vs \ $(stage2_extra) \ $(stage2_extra2) =20 st2_LDFLAGS_common =3D \ - -Wl,--export-dynamic -g \ - -Wl,-version-script $(srcdir)/valgrind.vs + -Wl,--export-dynamic -g =20 if USE_PIE stage2_DEPENDENCIES =3D $(st2_DEPS_common) |