diff options
author | Richard Levitte <levitte@openssl.org> | 2018-03-15 21:37:32 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-03-15 22:21:18 +0100 |
commit | ad3350a90b81275ed2357cad0b9d435d6077bf9d (patch) | |
tree | ac4275ae0667d892c26f0f504be0c52325488474 /Configurations | |
parent | Publish the RAND_DRBG API (diff) | |
download | openssl-ad3350a90b81275ed2357cad0b9d435d6077bf9d.tar.xz openssl-ad3350a90b81275ed2357cad0b9d435d6077bf9d.zip |
Windows makefile: don't use different looking variants of same cmd
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5635)
Diffstat (limited to 'Configurations')
-rw-r--r-- | Configurations/windows-makefile.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index 8e7d18c2dd..dde22fb217 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -603,9 +603,7 @@ $obj$depext: $deps | "\$(PERL)" "\$(SRCDIR)\\util\\postprocess-makedepend.pl" \\ "VC" "$obj$objext" > $obj$depext $obj$objext: $obj$depext - \$(CC) $cflags -c \$(COUTFLAG)\$\@ @<< -$srcs -<< + \$(CC) $cflags -c \$(COUTFLAG)\$\@ $srcs EOF return <<"EOF" if ($disabled{makedepend}); $obj$objext: $deps |