From: Ferruccio Guidi Date: Tue, 27 Jan 2004 13:47:37 +0000 (+0000) Subject: empty goal patched X-Git-Tag: V_0_2_3~133 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=b9538bc39eb5425bd96435617314bf56a949f2fe;p=helm.git empty goal patched --- diff --git a/helm/ocaml/Makefile.common.in b/helm/ocaml/Makefile.common.in index 07720651a..39c99255b 100644 --- a/helm/ocaml/Makefile.common.in +++ b/helm/ocaml/Makefile.common.in @@ -91,3 +91,7 @@ endif ifeq ($(MAKECMDGOALS), opt) $(IMPLEMENTATION_FILES:%.ml=%.cmi): $(LIBRARIES_OPT) endif + +ifeq ($(MAKECMDGOALS),) + $(IMPLEMENTATION_FILES:%.ml=%.cmi): $(LIBRARIES) +endif