From 5732d1d2674573ce96b2203aec512e57533e64d1 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 19 Jun 2013 19:21:36 +0000 Subject: [PATCH] Remove stray bashisms from the NestedVM makefile. [originally from svn r9872] --- Recipe | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Recipe b/Recipe index 1c2568b..3438d8c 100644 --- a/Recipe +++ b/Recipe @@ -192,8 +192,11 @@ install: org: mkdir -p org/ibex/nestedvm/util - cp $(NESTEDVM)/build/org/ibex/nestedvm/{Registers,UsermodeConstants,Runtime*}.class org/ibex/nestedvm - cp $(NESTEDVM)/build/org/ibex/nestedvm/util/{Platform*,Seekable*}.class org/ibex/nestedvm/util + cp $(NESTEDVM)/build/org/ibex/nestedvm/Registers.class org/ibex/nestedvm + cp $(NESTEDVM)/build/org/ibex/nestedvm/UsermodeConstants.class org/ibex/nestedvm + cp $(NESTEDVM)/build/org/ibex/nestedvm/Runtime*.class org/ibex/nestedvm + cp $(NESTEDVM)/build/org/ibex/nestedvm/util/Platform*.class org/ibex/nestedvm/util + cp $(NESTEDVM)/build/org/ibex/nestedvm/util/Seekable*.class org/ibex/nestedvm/util echo "Main-Class: PuzzleApplet" >applet.manifest PuzzleApplet.class: PuzzleApplet.java org