X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2Ftemplate_makefile.in;h=073efb8f45856bc87798d9a2785f3b203f23875b;hb=29a5b18f3da1a3ed648f23709384b7789cb099bf;hp=6f4dc6322d717951422dc8a14afdb3662d9a3cbb;hpb=efdb0db81ef2594a2aced0310997ef0d74462254;p=helm.git diff --git a/helm/matita/template_makefile.in b/helm/matita/template_makefile.in index 6f4dc6322..073efb8f4 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@ @@ -15,7 +15,7 @@ clean: ($(MATITAC) -q -I @ROOT@ $< | (grep -v "^make" || true)) @DEPFILE@ : $(SRC) - @DEP@ -I @ROOT@ $^ > @DEPFILE@ + @DEP@ -I '@ROOT@' $^ > @DEPFILE@ # this is the depend for full targets like: # dir/dir/name.moo: dir/dir/name.ma dir/dep.moo