From: Stefano Zacchiroli Date: Wed, 22 Jun 2005 13:49:51 +0000 (+0000) Subject: added $(NULL) X-Git-Tag: INDEXING_NO_PROOFS~102 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=144f90c0bbbbfa32fa998e03dae29f62665e7585;p=helm.git added $(NULL) --- diff --git a/helm/ocaml/Makefile.common.in b/helm/ocaml/Makefile.common.in index 0bae0213f..1ca6a08c6 100644 --- a/helm/ocaml/Makefile.common.in +++ b/helm/ocaml/Makefile.common.in @@ -118,3 +118,6 @@ endif ifeq ($(MAKECMDGOALS),) $(IMPLEMENTATION_FILES:%.ml=%.cmi): $(LIBRARIES) endif + +NULL = +