]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/Makefile.in
- set monospace buffer using modify_font widget method
[helm.git] / helm / matita / Makefile.in
index f584ec84010aac92c7e85b9f88732f162439779b..51c1bed06aac29626eab1eb575166198a27c5bee 100644 (file)
@@ -41,14 +41,14 @@ CCMOS =                             \
        matitaDisambiguator.cmo \
        matitaEngine.cmo
 
-LIB_DEPS = $(shell $(OCAMLFIND) query -recursive -predicates "byte" -format "%d/%a" $(REQUIRES))
 
 all: matita matitac cicbrowser
 
 ifeq ($(HAVE_OCAMLOPT),yes)
 CMXS = $(patsubst %.cmo,%.cmx,$(CMOS))
 CCMXS = $(patsubst %.cmo,%.cmx,$(CCMOS))
-LIBX_DEPS = $(shell $(OCAMLFIND) query -recursive -predicates "native" -format "%d/%a" $(REQUIRES))
+LIB_DEPS := $(shell $(OCAMLFIND) query -recursive -predicates "byte" -format "%d/%a" $(REQUIRES))
+LIBX_DEPS := $(shell $(OCAMLFIND) query -recursive -predicates "native" -format "%d/%a" $(REQUIRES))
 opt: matita.opt matitac.opt cicbrowser.opt
 else
 opt: