diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-10-15 10:07:00 +0200 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2020-10-17 23:33:50 -0400 |
commit | f3b7d72c57ed84189ce6e1ca3426e9681236ddf2 (patch) | |
tree | 9744b5c6bf1a6f59657ca7fc52d05187851a5407 /Makefile.am | |
parent | 3bcd81df925d47d1b877a918a3665cdd551d9248 (diff) | |
download | curl-f3b7d72c57ed84189ce6e1ca3426e9681236ddf2.tar.gz |
packages/OS400: make the source code-style compliant
... and make sure 'make checksrc' in the root dir also verifies the
packages/OS400 sources.
Closes https://github.com/curl/curl/pull/6085
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ecf9ccf0a..771b4a643 100644 --- a/Makefile.am +++ b/Makefile.am @@ -328,6 +328,7 @@ checksrc: (cd tests && $(MAKE) checksrc) (cd include/curl && $(MAKE) checksrc) (cd docs/examples && $(MAKE) checksrc) + (cd packages && $(MAKE) checksrc) .PHONY: vc-ide |