Alexandre Julliard : credui: Fix old-style dependency line in the makefile.

Alexandre Julliard julliard at winehq.org
Wed Feb 25 09:22:36 CST 2009


Module: wine
Branch: master
Commit: e4815a9b51d28823ab39a74dd62ee85435347e72
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e4815a9b51d28823ab39a74dd62ee85435347e72

Author: Alexandre Julliard <julliard at 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:
+ at DEPENDENCIES@  # everything below this line is overwritten by make depend




More information about the wine-cvs mailing list