tools/debugger: fix make distclean
authorJuergen Gross <jgross@suse.com>
Wed, 12 Jan 2022 07:54:59 +0000 (08:54 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 12 Jan 2022 07:54:59 +0000 (08:54 +0100)
commit35d15b27c968a555f10fa9c4fd5560b79d8d36eb
treece032846a896fc876d1826f37247b03a81ccff57
parent77a69c2dc72f0ab2cbd84f4e6e3a9420ec92b997
tools/debugger: fix make distclean

"make distclean" will complain that "-c" is no supported flag for make.

Fix that by using "-C".

The error has been present for a long time, but it was uncovered only
recently.

Fixes: 2400a9a365c5619 ("tools/debugger: Allow make to recurse into debugger/")
Fixes: f9c9b127753e9ed ("tools: fix make distclean")
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Jason Andryuk <jandryuk@gmail.com>
Tested-by: Jason Andryuk <jandryuk@gmail.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
tools/debugger/gdbsx/Makefile