summaryrefslogtreecommitdiffstats
path: root/Configurations/windows-makefile.tmpl
diff options
context:
space:
mode:
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 #############################################