]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/template_makefile.in
*** empty log message ***
[helm.git] / helm / matita / template_makefile.in
index 6f4dc6322d717951422dc8a14afdb3662d9a3cbb..073efb8f45856bc87798d9a2785f3b203f23875b 100644 (file)
@@ -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