summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/Makefile.in
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2009-04-22 21:57:17 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2009-04-22 21:57:17 (GMT)
commitbfc195feba4d1ac0c3420a039c353d2ae4ab8ce7 (patch)
treed3bf02db6f3825e83461d5a39be23d242e10393e /tools/h5repack/Makefile.in
parent08889823ea1379dfe024d177931572b787696a19 (diff)
downloadhdf5-bfc195feba4d1ac0c3420a039c353d2ae4ab8ce7.zip
hdf5-bfc195feba4d1ac0c3420a039c353d2ae4ab8ce7.tar.gz
hdf5-bfc195feba4d1ac0c3420a039c353d2ae4ab8ce7.tar.bz2
[svn-r16844] Description:
Adding dependency to h5repack test script. h5repack.sh needs h5repacktst to run first. Tested: Problem only appeared on Glory, but tested the dependence manually on jam by trying to run only the script and checking that it first ran the h5repacktst test program.
Diffstat (limited to 'tools/h5repack/Makefile.in')
-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 7320ce0..9b559ad 100644
--- a/tools/h5repack/Makefile.in
+++ b/tools/h5repack/Makefile.in
@@ -722,6 +722,9 @@ uninstall-am: uninstall-binPROGRAMS
help:
@$(top_srcdir)/bin/makehelp
+# The h5repack.sh script needs h5repacktst to run first.
+h5repack.sh.chkexe_: h5repacktst.chkexe_
+
# lib/progs/tests targets recurse into subdirectories. build-* targets
# build files in this directory.
build-lib: $(LIB)