diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-10-01 21:45:56 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-10-01 21:45:56 (GMT) |
commit | 7a607d519a7f78a962994c9cd4980c218216a503 (patch) | |
tree | 84425e9a1ee7ba9a063c0bd3650d41270e8b96bc /testpar/Makefile.am | |
parent | 47c9464d5df8d68a1fa454ef647ce1af7a782c93 (diff) | |
download | hdf5-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.am | 5 |
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 |