From 082c60f513e756417870ac8ffabf529e74e5a671 Mon Sep 17 00:00:00 2001 From: malc Date: Thu, 30 Aug 2007 23:24:43 +0400 Subject: [PATCH] s;build.sh;tbs --- tbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbs b/tbs index caad078..b9b3bf4 100644 --- a/tbs +++ b/tbs @@ -17,7 +17,7 @@ fi if ! md5sum --status -c $d; then cp $h/build.ml build1.ml - md5sum $h/build.ml $h/build.sh $t/tbs.cma >$d.tmp + md5sum $h/build.ml $h/tbs $t/tbs.cma >$d.tmp ocamlc.opt -g -thread -I $t unix.cma threads.cma tbs.cma build1.ml -o b mv $d.tmp $d fi -- 2.11.4.GIT