diff options
| author | fitzsim <fitzsim@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-15 18:42:46 +0000 |
|---|---|---|
| committer | fitzsim <fitzsim@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-15 18:42:46 +0000 |
| commit | c735bacacfb312db3b12a7f72f06032711344a57 (patch) | |
| tree | bd4a19f962e4f870b7a27cdaf69ab716aed321e9 /libjava/classpath/Makefile.am | |
| parent | 959fce683ed269358e1c0be2d3d7feb3dea5cfbc (diff) | |
| download | ppe42-gcc-c735bacacfb312db3b12a7f72f06032711344a57.tar.gz ppe42-gcc-c735bacacfb312db3b12a7f72f06032711344a57.zip | |
2006-06-15 Thomas Fitzsimmons <fitzsim@redhat.com>
* classpath/Makefile.am: Do not recurse into tools directory.
* classpath/Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114682 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/Makefile.am')
| -rw-r--r-- | libjava/classpath/Makefile.am | 5 |
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 |

