chiark / gitweb /
Remove stray bashisms from the NestedVM makefile.
authorSimon Tatham <anakin@pobox.com>
Wed, 19 Jun 2013 19:21:36 +0000 (19:21 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 19 Jun 2013 19:21:36 +0000 (19:21 +0000)
[originally from svn r9872]

Recipe

diff --git a/Recipe b/Recipe
index 1c2568bab038a71da215109961bd29a42a48ce1f..3438d8c1bfa888e486a04209c36a1ead4668dbb3 100644 (file)
--- 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