From 448d48adc91313380bbd0bcfeae09e98a14140af Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Thu, 25 Oct 2007 18:03:26 -0600 Subject: [PATCH] superficial makefile tweak --- makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/makefile b/makefile index 17a577ff08..78608d0207 100644 --- a/makefile +++ b/makefile @@ -285,10 +285,9 @@ $(bin2c-objects): $(native-build)/%.o: $(src)/%.cpp $(build)/classpath.zip: $(classpath-classes) echo $(classpath-classes) - wd=$$(pwd); \ - cd $(classpath-build); \ - $(zip) -q -0 $${wd}/$(@) $$(find -name '*.class'); \ - cd - + (wd=$$(pwd); \ + cd $(classpath-build); \ + $(zip) -q -0 $${wd}/$(@) $$(find -name '*.class')) $(build)/classpath.c: $(build)/classpath.zip $(bin2c) $(bin2c) $(<) vmClasspath >$(@)