X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftemplate_makefile.in;h=ac3e1449829f36ae6dda5c85a7f7a02487588dba;hb=8ee0e6f729105eaf1907de0baef22e170b0d17b3;hp=630a141807a3cc817b0ad703fb99804a22f57a5b;hpb=4455a7194290db6bbe79c8bb52882d00997aa494;p=helm.git diff --git a/matita/template_makefile.in b/matita/template_makefile.in index 630a14180..ac3e14498 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 @@ -17,7 +17,7 @@ all: $(TODO) clean: $(MATITACLEAN) $(MATITA_FLAGS) $(SRC) - rm -f $(TODO) + rm -f $(TODO) @DEPFILE@ %.moo: if [ -z "$<" ]; then \