diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2017-03-14 12:13:03 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2017-03-14 12:13:03 +0100 |
commit | 3627769d140eede69a2241c35e8eadae950e7123 (patch) | |
tree | 6f9c8ac6045050f6cb3c47b9e4ae0d9f6080210f /tests/libtest | |
parent | 66de563482c0fd4324e1eae19809d2499e3c4fa8 (diff) |
build: removed redundant DEPENDENCIES from makefiles
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index 826b3d4f5..c08c5e3ca 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -68,7 +68,6 @@ endif # Dependencies (may need to be overriden) LDADD = $(SUPPORTFILES_LIBS) -DEPENDENCIES = $(top_builddir)/lib/libcurl.la # Makefile.inc provides the source defines (TESTUTIL, SUPPORTFILES, # noinst_PROGRAMS, lib*_SOURCES, and lib*_CFLAGS) |