diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2011-04-02 21:02:18 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-02 23:09:03 +0200 |
commit | f2cf68a6765c7f2d7442ccdba1c9e9db114828e5 (patch) | |
tree | 8b34f2ade557e9b8b1f88b958406d3079e1df949 /jtools/classpath | |
parent | afc6a2ce6bfdb25f47a0303f94c872aadbbb7e8c (diff) |
disable gjdoc to make classpath build
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'jtools/classpath')
-rw-r--r-- | jtools/classpath/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jtools/classpath/Makefile b/jtools/classpath/Makefile index 253f9604d..e165c4d1c 100644 --- a/jtools/classpath/Makefile +++ b/jtools/classpath/Makefile @@ -23,6 +23,7 @@ $(WRKBUILD)/.configured: ${WRKDIST}/.prepared --disable-dssi \ --disable-plugin \ --disable-examples \ + --disable-gjdoc \ --disable-Werror) touch $@ |