Enlever les .so qui pourraient rester d'une install de 3.04

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5084 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2002-08-06 09:06:33 +00:00
parent 8509d4fc2e
commit a49cf7b08c
1 changed files with 3 additions and 0 deletions

View File

@ -233,6 +233,9 @@ install: FORCE
if test -d $(LIBDIR); then : ; else $(MKDIR) $(LIBDIR); fi
if test -d $(STUBLIBDIR); then : ; else $(MKDIR) $(LIBDIR)/stublibs; fi
if test -d $(MANDIR)/man$(MANEXT); then : ; else $(MKDIR) $(MANDIR)/man$(MANEXT); fi
cd $(LIBDIR); rm -f dllbigarray.so dlllabltk.so dllnums.so \
dllthreads.so dllunix.so dllgraphics.so dllmldbm.so dllstr.so \
dlltkanim.so
cd byterun; $(MAKE) install
echo "$(STUBLIBDIR)" > $(LIBDIR)/ld.conf
echo "$(LIBDIR)" >> $(LIBDIR)/ld.conf