Windows build file: make sure to quote
[openssl.git] / Configurations / windows-makefile.tmpl
index 3025b04fce6826ffe0abc4f2727a0969fc0bf3a6..b2742e01aa3d9d0803a05b7abaaf15637a3c5ab3 100644 (file)
@@ -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 #############################################