]> matita.cs.unibo.it Git - helm.git/commitdiff
Meta files are in METAS subdir
authorLionel Mamane <??>
Wed, 31 Mar 2004 14:54:52 +0000 (14:54 +0000)
committerLionel Mamane <??>
Wed, 31 Mar 2004 14:54:52 +0000 (14:54 +0000)
source of meta files are called meta., not META.

helm/ocaml/Makefile.in

index 1833ece7789f55f6f31ac5ef70892580eff3cb9a..9ba9e8bd4f6c738ed206469c8cd10ead0e52a348 100644 (file)
@@ -53,7 +53,7 @@ $(MODULES:%=%.depend):
 $(MODULES:%=%.install):
        cd $(@:%.install=%) && make install
        export TARGET=$(OCAMLFIND_META_DIR)/$(@:%.install=META.helm-%) ; \
-       cp $(@:%.install=META.helm-%.src) $$TARGET && \
+       cp METAS/$(@:%.install=meta.helm-%.src) $$TARGET && \
        echo "directory=\"$(OCAMLFIND_DEST_DIR)/$(@:%.install=%)\"" >> $$TARGET
 $(MODULES:%=%.uninstall):
        cd $(@:%.uninstall=%) && make uninstall