summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-10-22 05:31:54 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-10-22 05:31:54 (GMT)
commit7d30f46933f41c07db468090cf13ba2aa6e56c18 (patch)
treed0d4dc7d12357b4e1047b3677588cc42e00abda2 /tools
parent9af4e3c3b2ddcf5ead6d26179c142386244d1458 (diff)
downloadhdf5-7d30f46933f41c07db468090cf13ba2aa6e56c18.zip
hdf5-7d30f46933f41c07db468090cf13ba2aa6e56c18.tar.gz
hdf5-7d30f46933f41c07db468090cf13ba2aa6e56c18.tar.bz2
[svn-r17720] bug fix:
h5repacktst creates some files that h5repack.sh reads, therefore, h5repacktst must run before h5repack.sh runs. Added such a dependency. Tested: Jam by hand (running "make h5repack.sh.chkexe_" and see that h5repacktst is invoked first and until it finishes, h5repacktst does not run.)
Diffstat (limited to 'tools')
-rw-r--r--tools/h5repack/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5repack/Makefile.in b/tools/h5repack/Makefile.in
index 30c22d2..af29d22 100644
--- a/tools/h5repack/Makefile.in
+++ b/tools/h5repack/Makefile.in
@@ -47,6 +47,9 @@ LIB_SRC=
LIB_OBJ=$(LIB_SRC:.c=.lo)
PUB_LIB=
+# The h5repack.sh script needs h5repacktst to run first.
+h5repack.sh.chkexe_: h5repacktst.chkexe_
+
## Temporary files. *.h5 are generated by h5repack. They should
## copied to the testfiles/ directory if update is required.
MOSTLYCLEAN=*.h5 *.bin