From: Enrico Tassi Date: Fri, 22 Jul 2005 14:13:26 +0000 (+0000) Subject: fix X-Git-Tag: V_0_7_2~104 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=4ff22fdab1215482f4e149bd6986f28676790b76;p=helm.git fix --- diff --git a/helm/matita/template_makefile.in b/helm/matita/template_makefile.in index 6f4dc6322..9af4cb0b6 100644 --- a/helm/matita/template_makefile.in +++ b/helm/matita/template_makefile.in @@ -1,5 +1,5 @@ SRC=$(shell find @ROOT@ -name "*.ma" -a -type f) -TODO=$(SRC:%.ma=%.moo) +TODO=$(SRC:%.ma=%.mo) MATITAC=@CC@ MATITACLEAN=@CLEAN@