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