From: Dirk Mueller Date: Mon, 18 Jul 2005 23:52:10 +0000 (+0000) Subject: remove the version script, doesn't work for executables X-Git-Tag: svn/VALGRIND_3_0_0~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e674c875f1af8d2bc59643eaaf6e12594f5888e9;p=thirdparty%2Fvalgrind.git remove the version script, doesn't work for executables git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4170 --- diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index 57ee30ed05..eb284565b4 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -81,7 +81,6 @@ noinst_HEADERS = \ vki_unistd-x86-linux.h EXTRA_DIST = \ - valgrind.vs \ README_MODULES.txt BUILT_SOURCES = stage2.lds @@ -149,13 +148,11 @@ stage2_extra2 = \ ## Nb: older versions of automake don't seem to like having += within an ## if-then-else, so we have to use these variables for the common parts. st2_DEPS_common = \ - $(srcdir)/valgrind.vs \ $(stage2_extra) \ $(stage2_extra2) st2_LDFLAGS_common = \ - -Wl,--export-dynamic -g \ - -Wl,-version-script $(srcdir)/valgrind.vs + -Wl,--export-dynamic -g if USE_PIE stage2_DEPENDENCIES = $(st2_DEPS_common)