]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
remove the version script, doesn't work for executables
authorDirk Mueller <daywalker@users.sourceforge.net>
Mon, 18 Jul 2005 23:52:10 +0000 (23:52 +0000)
committerDirk Mueller <daywalker@users.sourceforge.net>
Mon, 18 Jul 2005 23:52:10 +0000 (23:52 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4170

coregrind/Makefile.am

index 57ee30ed055c7b25f97bd4ef269fba64f2225695..eb284565b49126381307cda34886b4de8500b0c9 100644 (file)
@@ -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)