summaryrefslogtreecommitdiffstats
path: root/Configurations/windows-makefile.tmpl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-03-13 17:56:20 +0100
committerRichard Levitte <levitte@openssl.org>2018-03-13 19:24:26 +0100
commit249b4e28a6c91074f2fe276a2b2b40eb6f9639a9 (patch)
treedd251c63fd0e390f45c635fd2163b1f21a8eaf93 /Configurations/windows-makefile.tmpl
parent3b855b1f892bb26aca760b331afe506527fe369c (diff)
Refactor the 'depend' target
With the help of the perl script util/add-depends.pl, which takes all its information directly from configdata.pm, the dependency adding procedure can be streamlined for all support platforms. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5606)
Diffstat (limited to 'Configurations/windows-makefile.tmpl')
-rw-r--r--Configurations/windows-makefile.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl
index 662ec46d7b..3025b04fce 100644
--- a/Configurations/windows-makefile.tmpl
+++ b/Configurations/windows-makefile.tmpl
@@ -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 #############################################