diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-09-17 21:34:03 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-09-17 21:34:03 (GMT) |
commit | 16c509f39dabd700bab99e6404034d724213b582 (patch) | |
tree | b6e21719a002bc09198cfcf87005c703b4775671 /tools | |
parent | 677d9c408b5c50bbf736b58f46adce66a55dc61b (diff) | |
download | hdf5-inactive/NPOESS.zip hdf5-inactive/NPOESS.tar.gz hdf5-inactive/NPOESS.tar.bz2 |
[svn-r17496] Fixed obvious error : changed talign.c to talign on TEST_PROG assignment.inactive/NPOESS
Diffstat (limited to 'tools')
-rw-r--r-- | tools/misc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/Makefile.in b/tools/misc/Makefile.in index 17502af..5f5d640 100644 --- a/tools/misc/Makefile.in +++ b/tools/misc/Makefile.in @@ -411,7 +411,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5 \ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib #test script and program -TEST_PROG = h5repart_gentest talign.c +TEST_PROG = h5repart_gentest talign TEST_SCRIPT = testh5repart.sh $(srcdir)/testh5mkgrp.sh check_SCRIPTS = $(TEST_SCRIPT) SCRIPT_DEPEND = h5repart$(EXEEXT) h5mkgrp$(EXEEXT) |