diff options
| author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2006-06-15 18:42:46 +0000 |
|---|---|---|
| committer | Thomas Fitzsimmons <fitzsim@gcc.gnu.org> | 2006-06-15 18:42:46 +0000 |
| commit | 5cf0aa0a315f54b23f311605171579367a8258f5 (patch) | |
| tree | bd4a19f962e4f870b7a27cdaf69ab716aed321e9 /libjava/classpath | |
| parent | 5d35c1715c44c574a5d75bac53c97a1ecfbc949a (diff) | |
| download | gcc-5cf0aa0a315f54b23f311605171579367a8258f5.zip gcc-5cf0aa0a315f54b23f311605171579367a8258f5.tar.gz gcc-5cf0aa0a315f54b23f311605171579367a8258f5.tar.bz2 | |
Makefile.am: Do not recurse into tools directory.
2006-06-15 Thomas Fitzsimmons <fitzsim@redhat.com>
* classpath/Makefile.am: Do not recurse into tools directory.
* classpath/Makefile.in: Regenerate.
From-SVN: r114682
Diffstat (limited to 'libjava/classpath')
| -rw-r--r-- | libjava/classpath/Makefile.am | 5 | ||||
| -rw-r--r-- | libjava/classpath/Makefile.in | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/libjava/classpath/Makefile.am b/libjava/classpath/Makefile.am index 82e97db..138ea25 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 diff --git a/libjava/classpath/Makefile.in b/libjava/classpath/Makefile.in index 21f6a3f..2f99e81 100644 --- a/libjava/classpath/Makefile.in +++ b/libjava/classpath/Makefile.in @@ -295,8 +295,8 @@ target_vendor = @target_vendor@ vm_classes = @vm_classes@ # 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 +SUBDIRS = lib doc external include native resource scripts $(EXAMPLESDIR) +DIST_SUBDIRS = lib doc external include native resource scripts examples ACLOCAL_AMFLAGS = -I m4 -I ../.. -I ../../config EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \ ChangeLog-2003 ChangeLog-2004 ChangeLog-2005 \ |
