From 2ead114e0590d2683973118177c177b2ce4ec879 Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Sun, 15 Aug 1999 15:56:26 +0200
Subject: [PATCH] MAKE must be set explicitly for stupid make's.

Rev: Makefile:1.15
---
 Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index e41c004d91..bee4566340 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
 #
-# $Id: Makefile,v 1.14 1999/08/13 22:05:55 mast Exp $
+# $Id: Makefile,v 1.15 1999/08/15 13:56:26 mast Exp $
 #
 # Meta Makefile
 #
 
 VPATH=.
+MAKE=make
 OS=`uname -srm|sed -e 's/ /-/g'|tr '[A-Z]' '[a-z]'|tr '/' '_'`
 BUILDDIR=build/$(OS)
 METATARGET=
@@ -14,7 +15,7 @@ CONFIGUREARGS=
 
 # Set to a flag for parallelizing make, e.g. -j2. It's given to make
 # at the level where it's most effective.
-MAKE_PARALLEL=
+MAKE_PARALLEL=-j4
 
 # Used to avoid make compatibility problems.
 BIN_TRUE=":"
-- 
GitLab