X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftemplate_makefile.in;h=073efb8f45856bc87798d9a2785f3b203f23875b;hb=7bbce6bc163892cfd99cfcda65db42001b86789f;hp=9af4cb0b60b8f725093433c0562923d0f5b41804;hpb=4ff22fdab1215482f4e149bd6986f28676790b76;p=helm.git diff --git a/helm/matita/template_makefile.in b/helm/matita/template_makefile.in index 9af4cb0b6..073efb8f4 100644 --- a/helm/matita/template_makefile.in +++ b/helm/matita/template_makefile.in @@ -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