summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-03-13 22:07:02 +0100
committerRichard Levitte <levitte@openssl.org>2018-03-13 22:18:11 +0100
commitd3313a1f4cc6cb641c3bb68fd40625c118a4b7b7 (patch)
treeb1345d29a156662218172faf2b72a5b35ebc1035
parent18f8e443738f22f59556aa4dde91f3fdcc324b4e (diff)
Windows build file: make sure to quote
Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5608)
-rw-r--r--Configurations/windows-makefile.tmpl2
1 files changed, 1 insertions, 1 deletions
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 #############################################