From 418d0a6a92470af062b69dd63c64f3166ee615e5 Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 5 Oct 1997 09:40:24 +0000 Subject: Changes to support full make parallelism (-j) in the world target. Reviewed by: Submitted by: Nickolay N. Dudorov" --- secure/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'secure/Makefile') diff --git a/secure/Makefile b/secure/Makefile index e91781f..7d23aa1 100644 --- a/secure/Makefile +++ b/secure/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.11 1997/02/22 14:40:11 peter Exp $ # lib must be first, or it will not work. This is because we reference # the lib's in the directory where they are built from the binaries we @@ -12,9 +12,9 @@ CODAI= ${MAKE} ${MFLAGS} cleandir; \ ${MAKE} ${MFLAGS} obj; \ ${MAKE} ${MFLAGS} depend all install -CODAD= ${MAKE} ${MFLAGS} MAKE_EBONES=yes cleandir; \ - ${MAKE} ${MFLAGS} MAKE_EBONES=yes obj; \ - ${MAKE} ${MFLAGS} MAKE_EBONES=yes depend all distribute +CODAD= ${MAKE} ${MFLAGS} cleandir; \ + ${MAKE} ${MFLAGS} obj; \ + ${MAKE} ${MFLAGS} depend all distribute # These are the programs which depend on secure libs sprog: -- cgit v1.1