From: Enrico Tassi Date: Thu, 16 Mar 2006 09:50:06 +0000 (+0000) Subject: fixed a bug in the Makefile, generatedGui.mli no more there X-Git-Tag: make_still_working~7504 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=21fe4c0eae8ec740e7d30dddc8cba4d287867d05;p=helm.git fixed a bug in the Makefile, generatedGui.mli no more there --- diff --git a/helm/software/matita/Makefile b/helm/software/matita/Makefile index 7c54333cd..2dc38c3f1 100644 --- a/helm/software/matita/Makefile +++ b/helm/software/matita/Makefile @@ -153,6 +153,7 @@ cicbrowser.opt: matita.opt matitaGeneratedGui.ml matitaGeneratedGui.mli: matita.glade $(H)$(LABLGLADECC) -embed $< > matitaGeneratedGui.ml + $(H)rm -f matitaGeneratedGui.mli $(H)#$(OCAMLC) $(PKGS) -i matitaGeneratedGui.ml > matitaGeneratedGui.mli .PHONY: clean