summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.am
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-10-01 21:45:56 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-10-01 21:45:56 (GMT)
commit7a607d519a7f78a962994c9cd4980c218216a503 (patch)
tree84425e9a1ee7ba9a063c0bd3650d41270e8b96bc /testpar/Makefile.am
parent47c9464d5df8d68a1fa454ef647ce1af7a782c93 (diff)
downloadhdf5-7a607d519a7f78a962994c9cd4980c218216a503.zip
hdf5-7a607d519a7f78a962994c9cd4980c218216a503.tar.gz
hdf5-7a607d519a7f78a962994c9cd4980c218216a503.tar.bz2
[svn-r17577] 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.am')
-rw-r--r--testpar/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/testpar/Makefile.am b/testpar/Makefile.am
index 27d8652..3c39989 100644
--- a/testpar/Makefile.am
+++ b/testpar/Makefile.am
@@ -40,7 +40,8 @@ LDADD = $(LIBH5TEST) $(LIBHDF5)
# Temporary files
# MPItest.h5 is from t_mpi
# Para*.h5 are from testphdf
-CHECK_CLEANFILES+=MPItest.h5 Para*.h5 CacheTestDummy.h5
-DISTCLEANFILES=go Makefile testph5.sh
+# go is used for debugging. See testphdf5.c.
+CHECK_CLEANFILES+=MPItest.h5 Para*.h5 CacheTestDummy.h5 go
+DISTCLEANFILES=testph5.sh
include $(top_srcdir)/config/conclude.am