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 /src/Makefile.am | |
parent | 66de563482c0fd4324e1eae19809d2499e3c4fa8 (diff) | |
download | curl-3627769d140eede69a2241c35e8eadae950e7123.tar.gz |
build: removed redundant DEPENDENCIES from makefiles
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 03c5e2c12..088a9f2c0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 |