diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2013-07-18 05:12:27 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2013-07-18 05:12:27 (GMT) |
commit | 3a316cfc638d104045ca22da0d73b0d7121237bc (patch) | |
tree | c6b7c10ec5011ccec85df87dd17515c0dcab62a8 /hl/c++ | |
parent | 0bdce69c790ca1ea22e434615efa092dd27f42d1 (diff) | |
download | hdf5-3a316cfc638d104045ca22da0d73b0d7121237bc.zip hdf5-3a316cfc638d104045ca22da0d73b0d7121237bc.tar.gz hdf5-3a316cfc638d104045ca22da0d73b0d7121237bc.tar.bz2 |
[svn-r23917] Bug fix: HDFFV-8392
tools/h5diff/testh5diff.sh is run in every "make check", even after it
has passed in the previous run.
The error was in the previous change made to Makefile.am
when testh5diff.sh.in was created. The mistake was in the
SCRIPT_DEPEND=h5diff$(EXEEXT) $(H5PDIFF) $(srcdir)/testh5diff.sh
$(srcdir)/testh5diff.sh no longer existed. It is now generated in the
current built directory from $(srcdir)/testh5diff.sh.in (which configure
takes care of).
I updated the dependance to
SCRIPT_DEPEND=h5diff$(EXEEXT) $(H5PDIFF) testh5diff.sh
and that fixes the error.
Reviewed: HDF5-149
Tested: h5committested.
Diffstat (limited to 'hl/c++')
0 files changed, 0 insertions, 0 deletions