Windows build file: make sure to quote
[openssl.git] / Configurations / windows-makefile.tmpl
index 662ec46d7b8828ad95501c6aafda8d9cf6795921..b2742e01aa3d9d0803a05b7abaaf15637a3c5ab3 100644 (file)
@@ -381,6 +381,9 @@ distclean: clean
        -del /Q /F makefile
 
 depend:
+       @ rem {- output_off() if $disabled{makedepend}; "" -}
+       @ "$(PERL)" "$(SRCDIR)\util\add-depends.pl"
+       @ rem {- output_on() if $disabled{makedepend}; "" -}
 
 # Install helper targets #############################################