diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-02-19 00:59:57 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-02-19 00:59:57 (GMT) |
commit | 096e2b6754baae2a06d353aba9d1ae6d9801f5ab (patch) | |
tree | 0d5544fe893bb8eb3f44486bc01319edab77aa69 /src/Makefile.in | |
parent | 9ca6cfa0aa4720191647474a9ea5f828b10d165a (diff) | |
download | hdf5-096e2b6754baae2a06d353aba9d1ae6d9801f5ab.zip hdf5-096e2b6754baae2a06d353aba9d1ae6d9801f5ab.tar.gz hdf5-096e2b6754baae2a06d353aba9d1ae6d9801f5ab.tar.bz2 |
[svn-r1976] Added the .lo of H5detect and H5Tinit to the cleanup list.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 712ab0a..3ab5fe2 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -31,7 +31,7 @@ LIB_SRC=H5.c H5A.c H5AC.c H5B.c H5D.c H5E.c H5F.c H5Farray.c H5Fistore.c \ LIB_OBJ=$(LIB_SRC:.c=.lo) ## Temporary files -MOSTLYCLEAN=H5detect.o H5detect H5Tinit.o H5Tinit.c +MOSTLYCLEAN=H5detect.o H5detect.lo H5detect H5Tinit.o H5Tinit.lo H5Tinit.c ## Public header files (to be installed)... PUB_HDR=H5public.h H5Apublic.h H5ACpublic.h H5Bpublic.h H5Dpublic.h \ |