summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2008-10-20 22:07:19 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2008-10-20 22:07:19 +0000
commit893c3329f0fcf2bb039e216948234f8ffcd58f50 (patch)
treeadd504b2132da72fa81d2490a373cdfd24561073 /tools
parent55a08865d31553e86344976b6eab393919f826b5 (diff)
downloadclasspath-893c3329f0fcf2bb039e216948234f8ffcd58f50.tar.gz
Fix minor build system issues.libgcj-import-20081021
2008-10-20 Andrew John Hughes <gnu_andrew@member.fsf.org> * m4/ac_prog_antlr.m4: Remove redundant checks. * tools/Makefile.am: Use gjdoc_gendir when calling antlr.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 50909536c..53e918aad 100755
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -316,8 +316,8 @@ $(TOOLS_ZIP): $(ALL_TOOLS_FILES)
if CREATE_GJDOC
if CREATE_GJDOC_PARSER
## Generate antlr sources.
- @mkdir_p@ generated/gnu/classpath/tools/gjdoc/expr
- $(ANTLR) -o generated/gnu/classpath/tools/gjdoc/expr \
+ @mkdir_p@ $(gjdoc_gendir)/gnu/classpath/tools/gjdoc/expr
+ $(ANTLR) -o $(gjdoc_gendir)/gnu/classpath/tools/gjdoc/expr/ \
$(srcdir)/gnu/classpath/tools/gjdoc/expr/java-expression.g
endif
endif