]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/template_makefile.in
tagging rc-1
[helm.git] / matita / template_makefile.in
index 630a141807a3cc817b0ad703fb99804a22f57a5b..ac3e1449829f36ae6dda5c85a7f7a02487588dba 100644 (file)
@@ -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 \