mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:47:28 +03:00
build: removed redundant DEPENDENCIES from makefiles
This commit is contained in:
parent
66de563482
commit
3627769d14
3 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue