diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-03-01 22:25:25 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-03-01 22:25:25 +0100 |
commit | b936dce58b585d9101f1d6da5e8d4be362b87b3b (patch) | |
tree | f0107cf2bd7cef7c0526aa80200166646730db8c | |
parent | c90442555b07b14807b2bc4ec4bed741c5b5bfb9 (diff) | |
download | meta-java-b936dce58b585d9101f1d6da5e8d4be362b87b3b.tar.gz |
openjdk-6-common.inc: remove trailing backslash
-rw-r--r-- | recipes-core/openjdk/openjdk-6-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-6-common.inc b/recipes-core/openjdk/openjdk-6-common.inc index c124e0c..d24f4a5 100644 --- a/recipes-core/openjdk/openjdk-6-common.inc +++ b/recipes-core/openjdk/openjdk-6-common.inc | |||
@@ -307,7 +307,7 @@ do_compile() { | |||
307 | bbnote "3/3 Building final JDK" | 307 | bbnote "3/3 Building final JDK" |
308 | 308 | ||
309 | # Build the final Hotspot + OpenJDK | 309 | # Build the final Hotspot + OpenJDK |
310 | oe_runmake icedtea-against-icedtea \ | 310 | oe_runmake icedtea-against-icedtea |
311 | } | 311 | } |
312 | 312 | ||
313 | do_install() { | 313 | do_install() { |