]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
src/Makefile.am: remove SUBDIRS assignment
authorDaniel Stenberg <daniel@haxx.se>
Fri, 28 Jun 2024 21:34:45 +0000 (23:34 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 29 Jun 2024 20:22:23 +0000 (22:22 +0200)
It was once used to continue into ../docs but is just leftovers now.

Closes #14054

src/Makefile.am

index fe53644e39e9fb643115453b1ba56b9d64965f91..4ce83c92395e09e8043222bc5727a0c361985679 100644 (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