X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2FMakefile.in;h=b6b3bd0d7da7188fbd7f544083fb8d39618dd029;hb=79186eb29bc877d9092db853990e752f5cab2eed;hp=00b5b0dd2b80d290c3ded9415d113a2ac3dd7334;hpb=8ab85aa671cb8bd97435b8bce5435a62aca040cf;p=helm.git diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index 00b5b0dd2..b6b3bd0d7 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -21,11 +21,9 @@ MODULES = \ $(NULL) OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@ -OCAMLFIND_META_DIR = @OCAMLFIND_META_DIR@ +OCAMLPATH = @OCAMLFIND_META_DIR@ METAS = $(MODULES:%=METAS/META.helm-%) -CWD := $(shell pwd) -OCAMLPATH = $(CWD)/METAS/ all: metas $(MODULES:%=%.all) opt: metas $(MODULES:%=%.opt) @@ -60,7 +58,7 @@ $(MODULES:%=%.uninstall): cd $(@:%.uninstall=%) && make uninstall rm -f $(OCAMLFIND_META_DIR)/$(@:%.uninstall=META.helm-%) METAS/META.helm-%: METAS/meta.helm-%.src - cp $< $@ && echo "directory=\"$(CWD)/$*\"" >> $@ + cp $< $@ && echo "directory=\"$(shell pwd)/$*\"" >> $@ .PHONY: .dep.dot .dep.dot: