diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-09-19 20:33:18 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-09-19 20:33:18 (GMT) |
commit | 3c789053eb01348fc4c729b3949d432703aeb01b (patch) | |
tree | 9fa78bb99ea722807334bb1503221e1e1a959b3b /Makefile.in | |
parent | 8055378bcecfc77af85b2bb07e7904edc9492789 (diff) | |
download | hdf5-3c789053eb01348fc4c729b3949d432703aeb01b.zip hdf5-3c789053eb01348fc4c729b3949d432703aeb01b.tar.gz hdf5-3c789053eb01348fc4c729b3949d432703aeb01b.tar.bz2 |
[svn-r2577] Purpose:
Added support for compiling in subdirectories.
Platforms tested:
Solaris, IRIX (O2K)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index b132e71..4257811 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ srcdir=@srcdir@ @COMMENCE@ # Subdirectories in build-order (not including `examples') -SUBDIRS=src test tools doc @TESTPARALLEL@ +SUBDIRS=src test tools doc @TESTPARALLEL@ @subdirs@ ############################################################################## ## T A R G E T S |