fix make ver_calc in Makefile

This commit is contained in:
Landon Curt Noll
2023-10-03 23:03:19 -07:00
parent 801dad8f57
commit d2025c5f24

View File

@@ -2631,7 +2631,7 @@ version:
ver_calc${EXT}: version.c strl.c have_string.h have_const.h have_newstr.h \
have_strlcpy.h have_memmv.h have_strlcat.h endian_calc.h longbits.h \
have_unused.h charbit.h
have_unused.h charbit.h have_stdbool.h
${RM} -f $@
${LCC} ${ICFLAGS} -DCALC_VER ${ILDFLAGS} version.c strl.c -o $@