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:
parent
18f8e44373
commit
d3313a1f4c
1 changed files with 1 additions and 1 deletions
|
@ -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 #############################################
|
||||||
|
|
Loading…
Reference in a new issue