Ensure at least one command if no dependencies
authorTanzinul Islam <tanzinul.islam@gmail.com>
Mon, 16 Nov 2020 22:52:44 +0000 (22:52 +0000)
committerDmitry Belyavskiy <beldmit@gmail.com>
Mon, 19 Apr 2021 09:05:54 +0000 (11:05 +0200)
commit830cd025b199fab165a378884fb5b4373799bde9
tree27047aa5768c0def5400c3dd949578f0b44ace82
parent8557bdde4836b4dc63ad305c9f3c648816a05e86
Ensure at least one command if no dependencies

C++Builder's `make.exe` complains if a target has no dependencies (e.g.
after variable expansion) and no lines of commands. Ensure there is a
blank command line if the dependency list is entirely made of variables.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/13540)
Configurations/windows-makefile.tmpl