From 5c873da92a3b46ba19bcc088c9e6abae7bd7d77c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 28 Jun 2024 23:34:45 +0200 Subject: [PATCH] src/Makefile.am: remove SUBDIRS assignment It was once used to continue into ../docs but is just leftovers now. Closes #14054 --- src/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.47.3