X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fgrafite_parser%2FMakefile;h=164153916cd8f45dd309cec10d7035c3c51143ec;hb=dd74d1964ef07de249385a48f28302b427c0d287;hp=1005a0019a13d6a4c504299ef954393094a942d2;hpb=f9f775a550264a8dc9ce7ea9a48b79892a122c3c;p=helm.git diff --git a/matita/components/grafite_parser/Makefile b/matita/components/grafite_parser/Makefile index 1005a0019..164153916 100644 --- a/matita/components/grafite_parser/Makefile +++ b/matita/components/grafite_parser/Makefile @@ -1,10 +1,9 @@ PACKAGE = grafite_parser PREDICATES = -INTERFACE_FILES = \ - dependenciesParser.mli \ +INTERFACE_FILES = \ grafiteParser.mli \ - print_grammar.mli \ + print_grammar.mli \ $(NULL) IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)