]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
autotools: drop redundant `Makefile.inc` from `EXTRA_DIST` in src
authorViktor Szakats <commit@vsz.me>
Wed, 25 Jun 2025 18:52:42 +0000 (20:52 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 26 Jun 2025 08:20:43 +0000 (10:20 +0200)
Closes #17747

src/Makefile.am

index 051222d9b37e0828586dae1fe59a8e441078b477..78e2f812435b23d47b5085f31530ac8e6b698d7f 100644 (file)
@@ -29,8 +29,7 @@ AUTOMAKE_OPTIONS = foreign nostdinc
 # Get CURL_CFILES, CURL_HFILES, CURLX_CFILES, CURLX_HFILES, CURL_RCFILES variables
 include Makefile.inc
 
-EXTRA_DIST = mk-file-embed.pl mkhelp.pl \
-  $(CURL_RCFILES) Makefile.inc CMakeLists.txt .checksrc
+EXTRA_DIST = CMakeLists.txt .checksrc mk-file-embed.pl mkhelp.pl $(CURL_RCFILES)
 
 # Specify our include paths here, and do it relative to $(top_srcdir) and
 # $(top_builddir), to ensure that these paths which belong to the library