From 4ff22fdab1215482f4e149bd6986f28676790b76 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Fri, 22 Jul 2005 14:13:26 +0000 Subject: [PATCH] fix --- helm/matita/template_makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- 2.39.2