mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r23799] HDFFV-8455: moved h5dump in order of subdirs under tools to in front of h5import.
Tested local linux: h5dump executed before h5import
This commit is contained in:
parent
74384b3c19
commit
e71411f9cf
@ -24,6 +24,6 @@ include $(top_srcdir)/config/commence.am
|
||||
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
|
||||
|
||||
include $(top_srcdir)/config/conclude.am
|
||||
|
@ -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.,
|
||||
|
Loading…
x
Reference in New Issue
Block a user