diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-10-01 21:46:03 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-10-01 21:46:03 (GMT) |
commit | 5db0dbc7ddae0929dbcca3820a428145d5b25426 (patch) | |
tree | 62985aadf2174285e523bb45ba2cb2bc658d300e /testpar/Makefile.am | |
parent | a170449d4ea23360e5d379711ba5d8e562d5d236 (diff) | |
download | hdf5-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.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 |