From b0f5fb66bf89b0efe280707af65c5e9f45466d06 Mon Sep 17 00:00:00 2001 From: malc Date: Wed, 13 Feb 2013 01:10:56 +0400 Subject: [PATCH] Shuffle stuff around --- buildall.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/buildall.sh b/buildall.sh index bc6ef0c..05c3d04 100644 --- a/buildall.sh +++ b/buildall.sh @@ -57,8 +57,6 @@ cd .. srcpath=$(dirname $0) -sh $srcpath/mkhelp.sh $srcpath/keystoml.ml $srcpath/KEYS > help.ml - tp=$root/$mudir/thirdparty ccopt="-O" @@ -78,6 +76,9 @@ cclib="$cclib -lz -ljpeg -lopenjpeg -ljbig2dec -lfreetype -lpthread" cclib="$cclib -lX11" echo Building llpp... + +sh $srcpath/mkhelp.sh $srcpath/keystoml.ml $srcpath/KEYS > help.ml + if test "$1" = "opt"; then executable_p ocamlopt.opt && comp=ocamlopt.opt || comp=ocamlopt cmsuf=cmx -- 2.11.4.GIT