Skip to content

Commit

Permalink
src/Makefile: Also stop compiling kamcmd from here
Browse files Browse the repository at this point in the history
(cherry picked from commit c133515)
  • Loading branch information
AdrianBunk authored and miconda committed Feb 14, 2022
1 parent b0a327f commit 43b9426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -202,7 +202,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
Expand Down

0 comments on commit 43b9426

Please sign in to comment.