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:
Daniel Stenberg 2024-06-28 23:34:45 +02:00
parent 3a537a4db9
commit 5c873da92a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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