Skip to content

Commit c848352

Browse files
Makefile.am: Don't pass a variable twice
1 parent 2161f31 commit c848352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if VALGRIND_ENABLED
101101
tests_CPPFLAGS += -DVALGRIND
102102
noinst_PROGRAMS += valgrind_ctime_test
103103
valgrind_ctime_test_SOURCES = src/valgrind_ctime_test.c
104-
valgrind_ctime_test_LDADD = libsecp256k1.la $(SECP_LIBS) $(SECP_LIBS) $(COMMON_LIB)
104+
valgrind_ctime_test_LDADD = libsecp256k1.la $(SECP_LIBS) $(COMMON_LIB)
105105
endif
106106
if !ENABLE_COVERAGE
107107
tests_CPPFLAGS += -DVERIFY

0 commit comments

Comments
 (0)