]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/template_makefile.in
fixed matitamake to handle development with names with spaces
[helm.git] / helm / matita / template_makefile.in
index 9af4cb0b60b8f725093433c0562923d0f5b41804..073efb8f45856bc87798d9a2785f3b203f23875b 100644 (file)
@@ -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