diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-06-10 16:14:09 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-06-10 16:14:09 (GMT) |
commit | 997df54dc845a8b55138c0f84cf85014df399d11 (patch) | |
tree | 242166a79b61979f3b71704657383f96feceeeb4 /testpar/Makefile.irix64 | |
parent | ac4c35cca592fc598c5a064fd8f769bbef69bd75 (diff) | |
download | hdf5-997df54dc845a8b55138c0f84cf85014df399d11.zip hdf5-997df54dc845a8b55138c0f84cf85014df399d11.tar.gz hdf5-997df54dc845a8b55138c0f84cf85014df399d11.tar.bz2 |
[svn-r419] Removed 'go' from the cleanup list. Let individual decides when
to purge the file.
Diffstat (limited to 'testpar/Makefile.irix64')
-rw-r--r-- | testpar/Makefile.irix64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/Makefile.irix64 b/testpar/Makefile.irix64 index fd546eb..573ebb9 100644 --- a/testpar/Makefile.irix64 +++ b/testpar/Makefile.irix64 @@ -20,7 +20,7 @@ CPPFLAGS=-I. -I../src $(MPI_INC) RM=rm -f # temporary test files that can be cleaned away -MOSTLYCLEAN=ParaEg1.h5f ParaEg2.h5f go +MOSTLYCLEAN=ParaEg1.h5f ParaEg2.h5f # The default is to build the library and programs. all: testphdf5 |