build: removed redundant DEPENDENCIES from makefiles

This commit is contained in:
Dan Fandrich 2017-03-14 12:13:03 +01:00
parent 66de563482
commit 3627769d14
3 changed files with 0 additions and 5 deletions

View file

@ -70,7 +70,6 @@ endif
curl_LDFLAGS = @LIBMETALINK_LDFLAGS@
curl_CPPFLAGS = $(AM_CPPFLAGS) $(LIBMETALINK_CPPFLAGS)
curl_DEPENDENCIES = $(top_builddir)/lib/libcurl.la
# if unit tests are enabled, build a static library to link them with
if BUILD_UNITTESTS