Module: wine Branch: master Commit: bd3110d8ab8971c520343a39f6cd23f484a99d62 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bd3110d8ab8971c520343a39f6...
Author: Alexandre Julliard julliard@winehq.org Date: Sun May 23 10:34:36 2010 +0200
configure: Disable makefile auto-updating on BSD make, it's broken for parallel builds.
---
aclocal.m4 | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/aclocal.m4 b/aclocal.m4 index 6c6ea6c..69d0e1a 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -144,8 +144,8 @@ AC_DEFUN([WINE_CONFIG_HELPERS], # Rules automatically generated by configure
.INIT: Makefile -.BEGIN: Makefile .MAKEFILEDEPS: +all: Makefile Makefile: Makefile.in Make.rules config.status @./config.status Make.tmp Makefile"
diff --git a/configure b/configure index 213ba02..fe69a20 100755 --- a/configure +++ b/configure @@ -13967,8 +13967,8 @@ ALL_MAKEFILE_DEPENDS=" # Rules automatically generated by configure
.INIT: Makefile -.BEGIN: Makefile .MAKEFILEDEPS: +all: Makefile Makefile: Makefile.in Make.rules config.status @./config.status Make.tmp Makefile"