An obvious thinko in dirve name check :(

            libcody/
            * resolver.cc (IsAbsDir): Fix string indexing.

    Signed-off-by: Nathan Sidwell <nat...@acm.org>

pushed to trunk

--
Nathan Sidwell
diff --git i/Makefile.def w/Makefile.def
index c45be5bff45..d87c2a4bc3c 100644
--- i/Makefile.def
+++ w/Makefile.def
@@ -89,7 +89,8 @@ host_modules= { module= libcody; bootstrap=true;
 		missing= info;
 		missing= install-pdf;
 		missing= install-html;
-		missing= install-info; };
+		missing= install-info;
+		missing= check; };
 host_modules= { module= libdecnumber; bootstrap=true; };
 host_modules= { module= libgui; };
 host_modules= { module= libiberty; bootstrap=true;

Reply via email to