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: 0.4.95@7852~1602 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=f6355c5b9b4ee052b6f2e05506c013433629a1b2;p=helm.git fixed a bug in the Makefile, generatedGui.mli no more there --- diff --git a/matita/Makefile b/matita/Makefile index 7c54333cd..2dc38c3f1 100644 --- a/matita/Makefile +++ b/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