From 9176e9f0046f5b7344bc8fadf09104d8bacc5d9d Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Wed, 4 May 2005 10:17:28 +0000 Subject: Pass $(MAKE) to the scripts/Configure-config.h script so that it uses the same command (e.g. "gmake") that was called externally. --- src/OS/Makefile-Base | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/OS') diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index e91015cb2..dff6784a2 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/OS/Makefile-Base,v 1.4 2005/03/08 15:32:02 tom Exp $ +# $Cambridge: exim/src/OS/Makefile-Base,v 1.5 2005/05/04 10:17:29 ph10 Exp $ # This file is the basis of the main makefile for Exim and friends. The # makefile at the top level arranges to build the main makefile by calling @@ -81,7 +81,7 @@ os.c: ../src/os.c # Build the config.h file. config.h: Makefile buildconfig ../src/config.h.defaults $(EDITME) - $(SHELL) $(SCRIPTS)/Configure-config.h + $(SHELL) $(SCRIPTS)/Configure-config.h "$(MAKE)" # This target is recognized specially by GNU make. It records those targets -- cgit v1.2.3