Browse Source

Fix utils_bin_install.

Maxim Sobolev 17 năm trước cách đây
mục cha
commit
67a794333f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -219,7 +219,7 @@ modules_full_path=$(join  $(modules), $(addprefix /, $(modules_names)))
 # which utils need compilation (directory path) and which to install
 # (full path including file name)
 utils_compile=	utils/gen_ha1 utils/sercmd
-utils_bin_install=	$(utils_compile)
+utils_bin_install=	utils/gen_ha1/gen_ha1 utils/sercmd/sercmd
 utils_script_install=	scripts/mysql/ser_mysql.sh