From 096e2b6754baae2a06d353aba9d1ae6d9801f5ab Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Fri, 18 Feb 2000 19:59:57 -0500 Subject: [PATCH] [svn-r1976] Added the .lo of H5detect and H5Tinit to the cleanup list. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 712ab0a8d3..3ab5fe2bba 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 \