From 8c4ac659529cb9ab2bb33aaa5526549547b773e0 Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 28 May 2003 01:09:15 +0000 Subject: [PATCH] tidbit for build script --- build/linux/make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/linux/make.sh b/build/linux/make.sh index 0f9a53276..b9d24ed85 100755 --- a/build/linux/make.sh +++ b/build/linux/make.sh @@ -57,8 +57,8 @@ perl make.pl SERIAL SONIC cp classes/*.class ../build/linux/work/classes/ ### --- make version without serial for applet exporting -echo Building bagel for export -perl make.pl +echo Building bagel for export with sonic +perl make.pl SONIC cp classes/*.class ../build/linux/work/lib/export/ cd ..