From 4abaef74e28d8f0fea00ff1e74e8076d69dbf082 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 21 Apr 2012 21:43:32 +0100 Subject: build: Change comment above OCaml tools. (cherry picked from commit 97ef9afca77ee81a6c0d1a30cf4d367d7cefa2e3) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c43e28e5..c8475635 100644 --- a/Makefile.am +++ b/Makefile.am @@ -88,7 +88,7 @@ endif # Unconditional because nothing is built yet. SUBDIRS += csharp -# virt-resize (new version) and virt-sparsify are written in OCaml. +# OCaml tools. if HAVE_OCAML SUBDIRS += resize sparsify endif -- cgit