[svn-r419] Removed 'go' from the cleanup list. Let individual decides when

to purge the file.
This commit is contained in:
Albert Cheng 1998-06-10 11:14:09 -05:00
parent ac4c35cca5
commit 997df54dc8
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ CPPFLAGS=-I. -I../src $(MPI_INC) $(MPIO_INC)
RM=rm -f
# temporary test files that can be cleaned away
MOSTLYCLEAN=/pfs/multi/tmp_1/your_own/Eg1.h5f /pfs/multi/tmp_1/your_own/Eg2.h5f go
MOSTLYCLEAN=/pfs/multi/tmp_1/your_own/Eg1.h5f /pfs/multi/tmp_1/your_own/Eg2.h5f
# The default is to build the library and programs.
all: testphdf5 shdf5

View File

@ -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