From 3c0e1daa549d80d28caf54b8e0f1f019a5a83ac5 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 8 Jun 2005 09:45:59 +0000 Subject: [PATCH] clean now also performs clean_metas (since make also creates the metas) --- helm/ocaml/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index af199d3b5..b4b99eb24 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -37,7 +37,7 @@ metas: $(METAS) depend: $(MODULES:%=%.depend) install: $(MODULES:%=%.install) uninstall: $(MODULES:%=%.uninstall) -clean: $(MODULES:%=%.clean) +clean: clean_metas $(MODULES:%=%.clean) clean_metas: rm -f $(METAS) distclean: clean clean_metas -- 2.39.2