]> git.ipfire.org Git - thirdparty/curl.git/commit
autotools: tidy-ups in `src/Makefile.inc`
authorViktor Szakats <commit@vsz.me>
Fri, 6 Sep 2024 18:10:10 +0000 (20:10 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 19 Sep 2024 13:44:59 +0000 (15:44 +0200)
commitfdb8b40fed6564e831cce883dc8d3944177a26a0
treebb205d5a0f360672bd33f217e54b8014695d8162
parentd1bf4479920cb0ad5f8d4a7955449d5048496f98
autotools: tidy-ups in `src/Makefile.inc`

- move `EXTRA_DIST` to the top of file.
- move `checksrc` init next to use.
- use variable `HUGE` instead of repeating a literal.

Cherry-picked from #14815
Closes #14933
src/Makefile.am