try something 2 fixup

This commit is contained in:
Viktor Szakats 2025-02-25 20:50:15 +01:00
parent 9bc50c93fe
commit c5fd47b72c
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

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