]> granicus.if.org Git - curl/commitdiff
build: removed redundant DEPENDENCIES from makefiles
authorDan Fandrich <dan@coneharvesters.com>
Tue, 14 Mar 2017 11:13:03 +0000 (12:13 +0100)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 14 Mar 2017 11:13:03 +0000 (12:13 +0100)
src/Makefile.am
tests/libtest/Makefile.am
tests/unit/Makefile.am

index 03c5e2c123601f5f8ebf5a19a27c25728243332d..088a9f2c0576be49358bd8712ed6c60b3d051393 100644 (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
index 826b3d4f5581a10c900630e861afe9f5cc76b4c2..c08c5e3ca3e1355b2f0bb289cb80ea5a52310140 100644 (file)
@@ -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)
index 7075f8c3ae0d011fc572356ac5724e0f42e68bd9..6dc2a17c18e9383b6aa7960e3fc6554f9575d27b 100644 (file)
@@ -63,9 +63,6 @@ LDADD = $(top_builddir)/src/libcurltool.la   \
         $(top_builddir)/lib/libcurlu.la      \
         @LDFLAGS@ @LIBCURL_LIBS@
 
-DEPENDENCIES = $(top_builddir)/src/libcurltool.la \
-               $(top_builddir)/lib/libcurlu.la
-
 AM_CPPFLAGS += -DCURL_STATICLIB -DUNITTESTS
 
 # Makefile.inc provides neat definitions