src/Makefile: Also stop compiling kamcmd from here
authorAdrian Bunk <bunk@debian.org>
Tue, 8 Feb 2022 15:03:57 +0000 (17:03 +0200)
committerVictor Seva <vseva@debian.org>
Thu, 10 Feb 2022 10:51:37 +0000 (10:51 +0000)
Gbp-Pq: Name 0001-src-Makefile-Also-stop-compiling-kamcmd-from-here.patch

src/Makefile

index 14cc0d7e50e209e92ae26ba5e798fc67efc0a0d7..3c8dcdafbcf844309b00decc09a4fd936e94dda0 100644 (file)
@@ -204,7 +204,7 @@ cmodules=$(foreach mods,$(modules_dirs), $($(mods)))
 
 
 # list of utils directories that should be compiled by make utils
-C_COMPILE_UTILS=       ../utils/kamcmd
+C_COMPILE_UTILS= # kamcmd is now installed by ctl
 # list of binaries that should be installed alongside
 # (they should be created after make utils, see C_COMPILE_UTILS)
 C_INSTALL_BIN= # kamcmd is now installed by ctl