From bd3110d8ab8971c520343a39f6cd23f484a99d62 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sun, 23 May 2010 10:34:36 +0200 Subject: [PATCH] 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 6c6ea6c08f4..69d0e1adb2a 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 213ba028c76..fe69a20d65d 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" -- 2.11.4.GIT