From: malc Date: Tue, 12 Feb 2013 21:10:56 +0000 (+0400) Subject: Shuffle stuff around X-Git-Tag: v14~29 X-Git-Url: https://repo.or.cz/w/llpp.git/commitdiff_plain/b0f5fb66bf89b0efe280707af65c5e9f45466d06 Shuffle stuff around --- 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