aboutsummaryrefslogtreecommitdiff
path: root/libjava/HACKING
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2008-08-05 15:46:22 +0000
committerMatthias Klose <doko@gcc.gnu.org>2008-08-05 15:46:22 +0000
commitcdaf871beb36eccc5e2d92a99ddea84060de5304 (patch)
tree8678d685f4f6dc8387a7d07d2a6f60a6e04300a3 /libjava/HACKING
parentaecf0203034942824ef2b4d1b30d168f6b595491 (diff)
downloadgcc-cdaf871beb36eccc5e2d92a99ddea84060de5304.zip
gcc-cdaf871beb36eccc5e2d92a99ddea84060de5304.tar.gz
gcc-cdaf871beb36eccc5e2d92a99ddea84060de5304.tar.bz2
HACKING: Update instructions how to build gcj/javaprims.h.
2008-08-05 Matthias Klose <doko@ubuntu.com> * HACKING: Update instructions how to build gcj/javaprims.h. From-SVN: r138732
Diffstat (limited to 'libjava/HACKING')
-rw-r--r--libjava/HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/HACKING b/libjava/HACKING
index 03563b2..e6a0f4c 100644
--- a/libjava/HACKING
+++ b/libjava/HACKING
@@ -184,6 +184,6 @@ If you add a class to java.lang, java.io, or java.util
entire contents of the namespace)
* Then insert the output of `perl scripts/classes.pl' into the file
- at that point. This must be run from the build tree, in
- <build>/classpath/lib; it uses the .class file name to determine
+ at that point. This must be run from the source tree, in
+ libjava/classpath/lib; it uses the .class file name to determine
what to print.