From c86d82c60fc1244249df48b87fe988d9a5c2d7c3 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Fri, 6 Oct 2006 15:56:52 +0000 Subject: [PATCH] fixed all (that now uses long paths) --- helm/software/matita/template_makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/software/matita/template_makefile.in b/helm/software/matita/template_makefile.in index 630a14180..e61f757d6 100644 --- a/helm/software/matita/template_makefile.in +++ b/helm/software/matita/template_makefile.in @@ -1,6 +1,6 @@ SRC=$(shell find @ROOT@ -name "*.ma" -a -type f) SHORTSRC=$(echo $(SRC) | sed 's?^@ROOT@/??g') -TODO=$(SHORTSRC:%.ma=%.mo) +TODO=$(SRC:%.ma=%.mo) MATITA_FLAGS= MATITA_FLAGS+=-noprofile -- 2.39.2