diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-08-14 21:47:03 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-08-14 21:47:03 (GMT) |
commit | eef2829d1655e42225b2400c6e3d123be26e08a8 (patch) | |
tree | 33c3306b1f7d27a8fd5f1b0efea5b3258da0ffaf | |
parent | 376dc591212e13703d98d8549d77ab3d7daba387 (diff) | |
download | hdf5-eef2829d1655e42225b2400c6e3d123be26e08a8.zip hdf5-eef2829d1655e42225b2400c6e3d123be26e08a8.tar.gz hdf5-eef2829d1655e42225b2400c6e3d123be26e08a8.tar.bz2 |
[svn-r4354] Purpose:
Bug fix
Description:
Included all those generated temporary files in the CLEAN target
so that they would be cleaned in "make clean".
Platforms tested:
eirene.
-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 71bc0d8..8c63706 100644 --- a/perform/Makefile.in +++ b/perform/Makefile.in @@ -22,7 +22,7 @@ TEST_PROGS=iopipe chunk overhead \ ## These are the files that `make clean' (and derivatives) will remove from ## this directory. -CLEAN=*.h5 +CLEAN=*.h5 *.raw *.dat x-gnuplot ## List all source files here. The list of object files will be ## created by replacing the `.c' with a `.o'. This list is necessary |