From 29228ea19fc0d54a96c10d3c74af2e6ef89e9574 Mon Sep 17 00:00:00 2001 From: Robert Harrison Date: Wed, 30 Jul 1997 02:04:35 +0000 Subject: [PATCH] two boys for every girl --- src/config/makefile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/makefile.h b/src/config/makefile.h index 1de8e5bd2a..4119fac5e7 100644 --- a/src/config/makefile.h +++ b/src/config/makefile.h @@ -1,4 +1,4 @@ -# $Id: makefile.h,v 1.237 1997-06-21 18:35:20 d3g681 Exp $ +# $Id: makefile.h,v 1.238 1997-07-30 02:04:35 d3g681 Exp $ # Common definitions for all makefiles ... these can be overridden # either in each makefile by putting additional definitions below the @@ -271,7 +271,7 @@ ifeq ($(TARGET),SOLARIS) COPTIONS = COPTIMIZE = -fast RANLIB = echo - MAKEFLAGS = -j 1 --no-print-directory + MAKEFLAGS = -j 2 --no-print-directory INSTALL = echo $@ is built # -fast introduces many options that must be applied to all files # -stackvar puts locals on the stack which seems a good thing @@ -717,7 +717,7 @@ ifeq ($(TARGET),IBM) FC = xlf ARFLAGS = urs RANLIB = echo - MAKEFLAGS = -j 1 --no-print-directory + MAKEFLAGS = -j 2 --no-print-directory INSTALL = @echo $@ is built CPP = /usr/lib/cpp -P