mirror of
https://github.com/curl/curl.git
synced 2026-05-30 18:17:29 +03:00
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
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue