]> matita.cs.unibo.it Git - helm.git/commitdiff
$(H) added :)
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Sun, 24 Feb 2008 19:29:44 +0000 (19:29 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Sun, 24 Feb 2008 19:29:44 +0000 (19:29 +0000)
helm/software/matita/contribs/LAMBDA-TYPES/Makefile

index 601da59af9bd7a19b121168e4809285781de0e9b..89f98d24ebcd9e0c5087362b8b53e5709c6d753d 100644 (file)
@@ -48,7 +48,7 @@ depend.opt:
 depends: depend.opt
 
 %.ma: %.mma
-       ../../matitac.opt $(MATITAOPTIONS) $(word 3,$(shell grep -h $< */depends)) `../../matitadep.opt -stdout $<` 2> /dev/null
+       $(H)../../matitac.opt $(MATITAOPTIONS) $(word 3,$(shell grep -h $< */depends)) `../../matitadep.opt -stdout $<` 2> /dev/null
        $(H)../../matitac.opt $(MATITAOPTIONS) -dump $@ $< 2> /dev/null
        $(H)echo $@ `../../matitadep.opt -stdout $@` >> depends