From c8483520c9077905a1dc8b9adb88b6ea2a3bd9ef Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Mon, 3 May 2021 14:11:38 +0200 Subject: [PATCH] Makefile.am: Don't pass a variable twice --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a0d78f90c9399..23b29281df882 100644 --- a/Makefile.am +++ b/Makefile.am @@ -101,7 +101,7 @@ if VALGRIND_ENABLED tests_CPPFLAGS += -DVALGRIND noinst_PROGRAMS += valgrind_ctime_test valgrind_ctime_test_SOURCES = src/valgrind_ctime_test.c -valgrind_ctime_test_LDADD = libsecp256k1.la $(SECP_LIBS) $(SECP_LIBS) $(COMMON_LIB) +valgrind_ctime_test_LDADD = libsecp256k1.la $(SECP_LIBS) $(COMMON_LIB) endif if !ENABLE_COVERAGE tests_CPPFLAGS += -DVERIFY