diff options
Diffstat (limited to 'tools/h5repack/Makefile.in')
-rw-r--r-- | tools/h5repack/Makefile.in | 3 |
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) |