summaryrefslogtreecommitdiffstats
path: root/hl/tools/h5watch/Makefile.in
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/tools/h5watch/Makefile.in
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/tools/h5watch/Makefile.in')
-rw-r--r--hl/tools/h5watch/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/h5watch/Makefile.in b/hl/tools/h5watch/Makefile.in
index e00a0fa..3c67028 100644
--- a/hl/tools/h5watch/Makefile.in
+++ b/hl/tools/h5watch/Makefile.in
@@ -398,7 +398,7 @@ TRACE = perl $(top_srcdir)/bin/trace
# .chkexe files are used to mark tests that have run successfully.
# .chklog files are output from those tests.
# *.clog are from the MPE option.
-CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5
+CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Include src and tools/lib directories
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib -I$(top_srcdir)/hl/src