From: Daniel Stenberg Date: Fri, 28 Jun 2024 21:34:45 +0000 (+0200) Subject: src/Makefile.am: remove SUBDIRS assignment X-Git-Tag: curl-8_9_0~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c873da92a3b46ba19bcc088c9e6abae7bd7d77c;p=thirdparty%2Fcurl.git src/Makefile.am: remove SUBDIRS assignment It was once used to continue into ../docs but is just leftovers now. Closes #14054 --- diff --git a/src/Makefile.am b/src/Makefile.am index fe53644e39..4ce83c9239 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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