From f6e70a61421d71e93da0583614ca590ceb27cb50 Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Thu, 3 Sep 1998 09:59:27 -0500 Subject: [svn-r659] Fixed a parallel build problem; make -j should work again now. --- Makefile.in | 2 +- README | 2 +- config/commence.in | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index bb94c74..17757e8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,7 +11,7 @@ @COMMENCE@ # Subdirectories in build-order -SUBDIRS=src test tools +SUBDIRS=src tools test ############################################################################## # T A R G E T S diff --git a/README b/README index 88933dc..8bf0482 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is hdf5-1.0.76 released on Thu Sep 3 04:19:40 CDT 1998 +This is hdf5-1.0.77 released on Thu Sep 3 08:55:14 CDT 1998 Please refer to the INSTALL file for installation instructions. ------------------------------------------------------------------------------ diff --git a/config/commence.in b/config/commence.in index 6ec3133..60ddc69 100644 --- a/config/commence.in +++ b/config/commence.in @@ -33,8 +33,12 @@ bindir=@bindir@ libdir=@libdir@ includedir=@includedir@ -# The default is to build the library and/or programs -all: lib tests progs +# The default is to build the library and/or programs. We must build +# them sequentially. +all: + $(MAKE) lib + $(MAKE) progs + $(MAKE) tests # The following rules insure that the Makefile is up-to-date by rerunning # various autoconf components (although not all versions of make assume -- cgit v0.12