diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2008-10-08 02:26:45 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2008-10-08 02:26:45 (GMT) |
commit | b198fc89b9d59ef15a413b17e2516862ca9a57ce (patch) | |
tree | 323b3674bb21f8094d37aa8ab9a13cef1e1f3ab8 /perform/Makefile.in | |
parent | 32a72c4d54beb5a099fda0eee77da05ec8f90f75 (diff) | |
download | hdf5-b198fc89b9d59ef15a413b17e2516862ca9a57ce.zip hdf5-b198fc89b9d59ef15a413b17e2516862ca9a57ce.tar.gz hdf5-b198fc89b9d59ef15a413b17e2516862ca9a57ce.tar.bz2 |
[svn-r15809] Some test produced files were not cleaned by "make clean".
Added them to the clean list.
Tested: kagiso, serial and parallel.
Diffstat (limited to 'perform/Makefile.in')
-rw-r--r-- | perform/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/Makefile.in b/perform/Makefile.in index e55e119..0e9c2b9 100644 --- a/perform/Makefile.in +++ b/perform/Makefile.in @@ -397,7 +397,7 @@ h5perf_serial_SOURCES = sio_perf.c sio_engine.c sio_timer.c # These are the files that `make clean' (and derivatives) will remove from # this directory. -CLEANFILES = *.h5 *.raw *.dat x-gnuplot +CLEANFILES = *.h5 *.raw *.dat x-gnuplot perftest.out # All of the programs depend on the main hdf5 library, and some of them # depend on test or tools library. |