summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-09-03 14:59:27 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-09-03 14:59:27 (GMT)
commitf6e70a61421d71e93da0583614ca590ceb27cb50 (patch)
treea3cda3641a50f6a1f780db4824f6723cf3fd2554 /Makefile.in
parent6589650eeafe95ec499b9c370e2d55a8b185d6a0 (diff)
downloadhdf5-f6e70a61421d71e93da0583614ca590ceb27cb50.zip
hdf5-f6e70a61421d71e93da0583614ca590ceb27cb50.tar.gz
hdf5-f6e70a61421d71e93da0583614ca590ceb27cb50.tar.bz2
[svn-r659] Fixed a parallel build problem; make -j should work again now.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 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