From c5fd47b72cd582d7e0153fc617f762a4b1705751 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 25 Feb 2025 20:50:15 +0100 Subject: [PATCH] try something 2 fixup --- lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 37e9d3db4d..493fd8cfc1 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -162,8 +162,8 @@ endif TIDY := clang-tidy tidy: - _curl_cfiles=`echo ' $(CURL_CFILES)' | sed -e 's/ +/ /g' -e 's| | $(srcdir)/|g'` - $(TIDY) $(CSOURCES) $(TIDYFLAGS) $(CURL_CLANG_TIDYFLAGS) -- $(AM_CPPFLAGS) $(CPPFLAGS) -DHAVE_CONFIG_H + _csources=`echo ' $(CSOURCES)' | sed -e 's/ +/ /g' -e 's| | $(srcdir)/|g'` + $(TIDY) ${_csources} $(TIDYFLAGS) $(CURL_CLANG_TIDYFLAGS) -- $(AM_CPPFLAGS) $(CPPFLAGS) -DHAVE_CONFIG_H optiontable: perl optiontable.pl < $(top_srcdir)/include/curl/curl.h > easyoptions.c