summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/Makefile.am')
-rw-r--r--libjava/classpath/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/libjava/classpath/Makefile.am b/libjava/classpath/Makefile.am
index 82e97dbde7f..138ea25c1b1 100644
--- a/libjava/classpath/Makefile.am
+++ b/libjava/classpath/Makefile.am
@@ -1,8 +1,9 @@
## Input file for automake to generate the Makefile.in used by configure
# lib first, to compile .class files before native code, last examples
-SUBDIRS = lib doc external include native resource scripts tools $(EXAMPLESDIR)
-DIST_SUBDIRS = lib doc external include native resource scripts tools examples
+## GCJ LOCAL: exclude tools directory
+SUBDIRS = lib doc external include native resource scripts $(EXAMPLESDIR)
+DIST_SUBDIRS = lib doc external include native resource scripts examples
## GCJ LOCAL: we need an extra -I here.
ACLOCAL_AMFLAGS = -I m4 -I ../.. -I ../../config
OpenPOWER on IntegriCloud