From: Enrico Tassi Date: Thu, 9 Apr 2009 10:46:26 +0000 (+0000) Subject: fixed modules order X-Git-Tag: make_still_working~4099 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=6257568fc15a2f69c356a3e2d367a79143ed893b;p=helm.git fixed modules order --- diff --git a/helm/software/components/Makefile b/helm/software/components/Makefile index 9a1cf19b8..10c672526 100644 --- a/helm/software/components/Makefile +++ b/helm/software/components/Makefile @@ -25,6 +25,7 @@ MODULES = \ library \ acic_content \ grafite \ + ng_kernel \ ng_cic_content \ content_pres \ cic_unification \ @@ -34,7 +35,6 @@ MODULES = \ disambiguation \ cic_disambiguation \ lexicon \ - ng_kernel \ ng_refiner \ ng_disambiguation \ grafite_parser \