Alexandre Julliard : configure: Apply makedep flags when doing automatic dependencies.

Alexandre Julliard julliard at winehq.org
Thu Jul 9 10:57:01 CDT 2009


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jul  9 12:53:49 2009 +0200

configure: Apply makedep flags when doing automatic dependencies.

---

 configure    |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 9e59d11..aa0ade1 100755
--- a/configure
+++ b/configure
@@ -24588,7 +24588,7 @@ DEPENDENCIES="### Dependencies:
 .BEGIN: Makefile
 .MAKEFILEDEPS:
 Makefile: dummy
-	-\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
+	-\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
 
 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
diff --git a/configure.ac b/configure.ac
index 23cf7fe..e07de2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1978,7 +1978,7 @@ AC_SUBST(DEPENDENCIES,["### Dependencies:
 .BEGIN: Makefile
 .MAKEFILEDEPS:
 Makefile: dummy
-	-\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
+	-\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
 
 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)




More information about the wine-cvs mailing list