mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
fix make ver_calc in Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -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 $@
|
||||
|
||||
|
Reference in New Issue
Block a user