Module: wine Branch: master Commit: e4815a9b51d28823ab39a74dd62ee85435347e72 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e4815a9b51d28823ab39a74dd6...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Feb 24 17:31:00 2009 +0100
credui: Fix old-style dependency line in the makefile.
---
dlls/credui/Makefile.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/credui/Makefile.in b/dlls/credui/Makefile.in index e91474f..c9d574f 100644 --- a/dlls/credui/Makefile.in +++ b/dlls/credui/Makefile.in @@ -13,4 +13,4 @@ RC_SRCS = credui.rc
@MAKE_DLL_RULES@
-### Dependencies: +@DEPENDENCIES@ # everything below this line is overwritten by make depend