From: Enrico Tassi Date: Fri, 6 Oct 2006 15:56:52 +0000 (+0000) Subject: fixed all (that now uses long paths) X-Git-Tag: 0.4.95@7852~928 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=971d6340adc9e8834e01ccc737d047033c7d406e;p=helm.git fixed all (that now uses long paths) --- diff --git a/matita/template_makefile.in b/matita/template_makefile.in index 630a14180..e61f757d6 100644 --- a/matita/template_makefile.in +++ b/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