Windows build file: make sure to quote

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5608)
This commit is contained in:
Richard Levitte 2018-03-13 22:07:02 +01:00
parent 18f8e44373
commit d3313a1f4c

View file

@ -382,7 +382,7 @@ distclean: clean
depend: depend:
@ rem {- output_off() if $disabled{makedepend}; "" -} @ rem {- output_off() if $disabled{makedepend}; "" -}
@ $(PERL) $(SRCDIR)\util\add-depends.pl @ "$(PERL)" "$(SRCDIR)\util\add-depends.pl"
@ rem {- output_on() if $disabled{makedepend}; "" -} @ rem {- output_on() if $disabled{makedepend}; "" -}
# Install helper targets ############################################# # Install helper targets #############################################