X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fgdome_xslt%2Focaml%2Fgdome_xslt%2FMakefile.in;h=3f56ae13c2fcb0d8ebda6a0ebf1e804d50307681;hb=8f89cdd08d9ee0a243cf84201bf42e5503759ee3;hp=eafebde9ed1eddeda3b7b3e825d1bb019193a0ba;hpb=d4f4ce0a295aabd6a4b52620035447169effe23d;p=helm.git diff --git a/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.in b/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.in index eafebde9e..3f56ae13c 100644 --- a/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.in +++ b/helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.in @@ -79,8 +79,9 @@ install: if [ "$(PREFIX)" = "" ]; then \ ocamlfind install $(PACKAGE) $(ARCHIVE) $(ARCHIVE_SO) $(INST) $$extra; \ else \ - ocamlfind install -destdir $(PREFIX) $(PACKAGE) $(ARCHIVE) $(ARCHIVE_SO) $(INST) $$extra; \ + ocamlfind install -ldconf $(CURDIR)/foo.ld.conf -destdir $(PREFIX) $(PACKAGE) $(ARCHIVE) $(ARCHIVE_SO) $(INST) $$extra; \ fi + -rm -f $(CURDIR)/foo.ld.conf uninstall: ocamlfind remove $(PACKAGE)