summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-10-01 21:46:03 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-10-01 21:46:03 (GMT)
commit5db0dbc7ddae0929dbcca3820a428145d5b25426 (patch)
tree62985aadf2174285e523bb45ba2cb2bc658d300e /testpar/Makefile.in
parenta170449d4ea23360e5d379711ba5d8e562d5d236 (diff)
downloadhdf5-5db0dbc7ddae0929dbcca3820a428145d5b25426.zip
hdf5-5db0dbc7ddae0929dbcca3820a428145d5b25426.tar.gz
hdf5-5db0dbc7ddae0929dbcca3820a428145d5b25426.tar.bz2
[svn-r17578] Simple improvement to clean up go during "make check-clean"
and removed the redundant cleaning of Makefile. Tested: jam parallel.
Diffstat (limited to 'testpar/Makefile.in')
-rw-r--r--testpar/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in
index 59714c4..fb13cfd 100644
--- a/testpar/Makefile.in
+++ b/testpar/Makefile.in
@@ -370,8 +370,9 @@ TRACE = perl $(top_srcdir)/bin/trace
# Temporary files
# MPItest.h5 is from t_mpi
# Para*.h5 are from testphdf
+# go is used for debugging. See testphdf5.c.
CHECK_CLEANFILES = *.chkexe *.chklog *.clog MPItest.h5 Para*.h5 \
- CacheTestDummy.h5
+ CacheTestDummy.h5 go
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/test
# Test programs and scripts. These are our main targets.
@@ -385,7 +386,7 @@ testphdf5_SOURCES = testphdf5.c t_dset.c t_file.c t_mdset.c t_ph5basic.c \
# The tests all depend on the hdf5 library and the test library
LDADD = $(LIBH5TEST) $(LIBHDF5)
-DISTCLEANFILES = go Makefile testph5.sh
+DISTCLEANFILES = testph5.sh
# Automake needs to be taught how to build lib, progs, and tests targets.
# These will be filled in automatically for the most part (e.g.,