Alexandre Julliard : configure: Enable automatic dependencies for FreeBSD make.

Alexandre Julliard julliard at winehq.org
Tue Mar 3 11:53:49 CST 2009


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Mar  3 16:34:52 2009 +0100

configure: Enable automatic dependencies for FreeBSD make.

---

 Makefile.in  |    1 +
 configure    |    1 +
 configure.ac |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 1dd8ef1..5d9039a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -150,6 +150,7 @@ Makefile $(ALL_MAKERULES) $(ALL_MAKEFILES): config.status
 	@./config.status $@
 .INIT: Makefile
 .BEGIN: Makefile
+.MAKEFILEDEPS:
 
 $(RECURSE_TARGETS) $(MAKEDEP): $(ALL_MAKEFILES)
 
diff --git a/configure b/configure
index 99616f3..dd91eb8 100755
--- a/configure
+++ b/configure
@@ -24220,6 +24220,7 @@ DEPENDENCIES="### Dependencies:
 
 .INIT: Makefile
 .BEGIN: Makefile
+.MAKEFILEDEPS:
 Makefile: dummy
 	-\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
 
diff --git a/configure.ac b/configure.ac
index 792571b..0f7927e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1830,6 +1830,7 @@ AC_SUBST(DEPENDENCIES,["### Dependencies:
 
 .INIT: Makefile
 .BEGIN: Makefile
+.MAKEFILEDEPS:
 Makefile: dummy
 	-\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
 




More information about the wine-cvs mailing list