]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix Makefile.am so it works for builds configured with
authorFlorian Krohm <florian@eich-krohm.de>
Sun, 4 Jan 2015 22:55:45 +0000 (22:55 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sun, 4 Jan 2015 22:55:45 +0000 (22:55 +0000)
--enable-only32bit.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14849

memcheck/tests/vbit-test/Makefile.am

index 7dc14a4f9e1998b6d08ce143809b5503d1ec3c8b..db6f6f598dd0d388a0d3dfef19ade87c0a91670e 100644 (file)
@@ -41,5 +41,3 @@ vbit_test_CFLAGS       = $(AM_CFLAGS_PRI) -std=c99
 vbit_test_DEPENDENCIES = 
 vbit_test_LDADD        = 
 vbit_test_LDFLAGS      = $(AM_CFLAGS_PRI) -std=c99
-vbit_test_LINK = $(LINK) 
-       $(LINK) $(vbit_test_CFLAGS) $(vbit_test_LDFLAGS)