src/Makefile.am: remove SUBDIRS assignment
It was once used to continue into ../docs but is just leftovers now. Closes #14054
This commit is contained in:
parent
3a537a4db9
commit
5c873da92a
@ -45,10 +45,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/include \
|
||||
|
||||
bin_PROGRAMS = curl
|
||||
|
||||
if BUILD_DOCS
|
||||
SUBDIRS = ../docs
|
||||
endif
|
||||
|
||||
if USE_CPPFLAG_CURL_STATICLIB
|
||||
AM_CPPFLAGS += -DCURL_STATICLIB
|
||||
endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user