summaryrefslogtreecommitdiffstats
path: root/hl/test/Makefile.am
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2012-02-13 22:13:35 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2012-02-13 22:13:35 (GMT)
commite2cd00055204f6b264002e70b21a6e2ca4c98c77 (patch)
tree99d9f90b690f15ae2e2038721beae8a687b86930 /hl/test/Makefile.am
parent099b37d073e633b0cb4d8c3f41ddf5788e63e6ee (diff)
downloadhdf5-e2cd00055204f6b264002e70b21a6e2ca4c98c77.zip
hdf5-e2cd00055204f6b264002e70b21a6e2ca4c98c77.tar.gz
hdf5-e2cd00055204f6b264002e70b21a6e2ca4c98c77.tar.bz2
[svn-r21938] Fix for bad makefile clean code that removes hl/test/test_ld and hl/tools/h5watch .h5 files. These files are never regenerated and subsequent make checks after a clean will fail. This is just a temporary fix as the generator code and autotools files need a revisit.
Diffstat (limited to 'hl/test/Makefile.am')
-rw-r--r--hl/test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/Makefile.am b/hl/test/Makefile.am
index 013db18..9bd5e7a 100644
--- a/hl/test/Makefile.am
+++ b/hl/test/Makefile.am
@@ -50,7 +50,7 @@ endif
# Temporary files. These files are the ones created by running `make test'.
CHECK_CLEANFILES+=combine_tables[1-2].h5 test_ds[1-9].h5 test_image[1-3].h5 \
test_lite[1-2].h5 test_table.h5 test_packet_table.h5 \
- test_packet_compress.h5 test_detach.h5 test_ld.h5
+ test_packet_compress.h5 test_detach.h5
DISTCLEANFILES=test_ld.sh
include $(top_srcdir)/config/conclude.am