Makefile: the "+" that makes a difference

This commit is contained in:
Ștefan Talpalaru 2021-06-01 15:22:21 +02:00
parent ed2f6f753d
commit 201d9d4056
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ ifneq ($(USE_LIBBACKTRACE), 0)
build/generate_makefile: | libbacktrace
endif
build/generate_makefile: tools/generate_makefile.nim | deps-common
echo -e $(BUILD_MSG) "$@" && \
+ echo -e $(BUILD_MSG) "$@" && \
$(ENV_SCRIPT) nim c -o:$@ $(NIM_PARAMS) tools/generate_makefile.nim && \
echo -e $(BUILD_END_MSG) "$@"