From 17a731bb19c9e217cb79758d77a5d31e641d1631 Mon Sep 17 00:00:00 2001 From: Ilari Liusvaara Date: Thu, 26 Aug 2010 15:09:04 +0300 Subject: [PATCH] Fix streamtools build in makefile --- Changelog.utf8 | 4 ++++ compile.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.utf8 b/Changelog.utf8 index 5c4b5ca..b139890 100644 --- a/Changelog.utf8 +++ b/Changelog.utf8 @@ -1,3 +1,7 @@ +Changes since JPC-RR Release 10.16: +=================================== +- Fix streamtools build in makefile. + Changes from JPC-RR Release 10.15 to JPC-RR Release 10.16: ========================================================== - Fix some savestate/loadstate/ramdump operations from Lua. diff --git a/compile.sh b/compile.sh index 7fae2cb..290cb4d 100755 --- a/compile.sh +++ b/compile.sh @@ -17,5 +17,5 @@ javac -Xlint:unchecked -encoding utf-8 org/jpc/modules/*.java || exit 1 echo "Compiling Lua extensions..." javac -Xlint:unchecked -encoding utf-8 org/jpc/luaextensions/*.java || exit 1 echo "Compling streamtools..." -cd streamtools || make +cd streamtools && make echo "Done." -- 2.11.4.GIT