mirror of
https://github.com/curl/curl.git
synced 2026-07-24 11:37:21 +03:00
tests/Makefile.am: fix 'checksrc' target
Skip the http and client subdirs as they contain no code to check. The http clients are in libtests/ now. Closes #19376
This commit is contained in:
parent
e6e1899b6e
commit
d7d4de07c2
1 changed files with 0 additions and 2 deletions
|
|
@ -178,8 +178,6 @@ checksrc:
|
|||
(cd unit && $(MAKE) checksrc)
|
||||
(cd tunit && $(MAKE) checksrc)
|
||||
(cd server && $(MAKE) checksrc)
|
||||
(cd client && $(MAKE) checksrc)
|
||||
(cd http && $(MAKE) checksrc)
|
||||
|
||||
all-local: $(MANFILES) build-certs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue