diff options
author | Nat Furrer <nfurrer@ncsa.uiuc.edu> | 2004-06-29 15:45:13 (GMT) |
---|---|---|
committer | Nat Furrer <nfurrer@ncsa.uiuc.edu> | 2004-06-29 15:45:13 (GMT) |
commit | 122b313734bbd14e8e2a4d03f46218885f297c84 (patch) | |
tree | dd02cb4c2f5fbd3e1714ee75b23e3dc37405a521 /tools | |
parent | ab97da906aaf0b2cdd9e2eba0cc435edf047b3b7 (diff) | |
download | hdf5-122b313734bbd14e8e2a4d03f46218885f297c84.zip hdf5-122b313734bbd14e8e2a4d03f46218885f297c84.tar.gz hdf5-122b313734bbd14e8e2a4d03f46218885f297c84.tar.bz2 |
[svn-r8756]
Purpose:
Fixed the problem with 1.6 daily tests.
Description:
Changed the directory the Makefile uses to find h5repack.sh. It is now
./ instead of ${srcdir}. Hopefully, this should fix the problem.
Solution:
Platforms tested:
Copper
Misc. update:
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5repack/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/h5repack/Makefile.in b/tools/h5repack/Makefile.in index 98f1fea..ac6828a 100644 --- a/tools/h5repack/Makefile.in +++ b/tools/h5repack/Makefile.in @@ -28,7 +28,7 @@ CPPFLAGS=-I. -I$(srcdir) -I$(top_builddir)/src -I$(top_srcdir)/src \ ## Test programs and scripts. ## TEST_PROGS=h5repacktst -TEST_SCRIPTS=$(srcdir)/h5repack.sh +TEST_SCRIPTS=./h5repack.sh ## These are our main targets: library and tools. @@ -48,6 +48,7 @@ PUB_LIB= ## Temporary files. *.h5 are generated by h5repack. They should ## copied to the testfiles/ directory if update is required. MOSTLYCLEAN=*.h5 +DISTCLEAN=h5repack.sh ## Source and object files for programs... ## |