From d3313a1f4cc6cb641c3bb68fd40625c118a4b7b7 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 13 Mar 2018 22:07:02 +0100 Subject: [PATCH] Windows build file: make sure to quote Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/5608) --- Configurations/windows-makefile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index 3025b04fce..b2742e01aa 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -382,7 +382,7 @@ distclean: clean depend: @ rem {- output_off() if $disabled{makedepend}; "" -} - @ $(PERL) $(SRCDIR)\util\add-depends.pl + @ "$(PERL)" "$(SRCDIR)\util\add-depends.pl" @ rem {- output_on() if $disabled{makedepend}; "" -} # Install helper targets ############################################# -- 2.25.1