]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
tools: ynl: tests: fix leading space on Makefile target
authorHangbin Liu <liuhangbin@gmail.com>
Wed, 8 Apr 2026 07:19:05 +0000 (15:19 +0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 10 Apr 2026 03:41:40 +0000 (20:41 -0700)
commit42f9b4c6ef19e71d2c7d9bfd3c5037d4fe434ad7
treea01a1893d2c320390309d4426bfb38a9278410e7
parent3d2c3d2eea9acdbee5b5742d15d021069b49d3f9
tools: ynl: tests: fix leading space on Makefile target

The ../generated/protos.a rule had a spurious leading space before the
target name. In make, target rules must start at column 0; only recipe
lines are indented with a tab. The extra space caused make to misparse
the rule.

Remove the leading space to match the style of the adjacent
../lib/ynl.a rule.

Fixes: e0aa0c61758f ("tools: ynl: move samples to tests")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Link: https://patch.msgid.link/20260408-ynl_makefile-v1-1-f9624acc2ad9@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/net/ynl/tests/Makefile