Skip to content

Commit 15799f2

Browse files
committed
small makefile fix
1 parent 9ec0b67 commit 15799f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ $(OUT_BIN_DIR)/compactors: \
164164

165165
lookup_table: $(OUT_BIN_DIR)/lookup_table $(OUT_BIN_DIR)/build_lookup_table.py
166166
$(OUT_BIN_DIR)/build_lookup_table.py: $(SRC_LOOKUP_TABLE_MAIN_DIR)/build_lookup_table.py
167+
-mkdir -p $(OUT_BIN_DIR)
167168
cp $(SRC_LOOKUP_TABLE_MAIN_DIR)/build_lookup_table.py $(OUT_BIN_DIR)/build_lookup_table.py
168169
$(OUT_BIN_DIR)/lookup_table: \
169170
$(OBJ_LOOKUP_TABLE_MAIN) $(OBJ_COMMON_KMC_API)

0 commit comments

Comments
 (0)