diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-06-20 18:10:07 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-06-20 18:10:07 (GMT) |
commit | e71411f9cf484800ce95847687229f2f280877b9 (patch) | |
tree | cc56a06e4e864e672c31cd6e63827ff380e8a032 /tools/Makefile.in | |
parent | 74384b3c19425ef74d100e9be0b1d737be4aa56b (diff) | |
download | hdf5-e71411f9cf484800ce95847687229f2f280877b9.zip hdf5-e71411f9cf484800ce95847687229f2f280877b9.tar.gz hdf5-e71411f9cf484800ce95847687229f2f280877b9.tar.bz2 |
[svn-r23799] HDFFV-8455: moved h5dump in order of subdirs under tools to in front of h5import.
Tested local linux: h5dump executed before h5import
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 46c7d53..4af6d74 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -425,7 +425,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog CONFIG = ordered # All subdirectories -SUBDIRS = lib h5diff h5ls misc h5import h5repack h5jam h5copy h5stat h5dump +SUBDIRS = lib h5diff h5ls h5dump misc h5import h5repack h5jam h5copy h5stat # Automake needs to be taught how to build lib, progs, and tests targets. # These will be filled in automatically for the most part (e.g., |