From 144f90c0bbbbfa32fa998e03dae29f62665e7585 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Wed, 22 Jun 2005 13:49:51 +0000 Subject: [PATCH] added $(NULL) --- helm/ocaml/Makefile.common.in | 3 +++ 1 file changed, 3 insertions(+) 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 = + -- 2.39.2