Makefile.am: Do not recurse into tools directory.
authorThomas Fitzsimmons <fitzsim@redhat.com>
Thu, 15 Jun 2006 18:42:46 +0000 (18:42 +0000)
committerThomas Fitzsimmons <fitzsim@gcc.gnu.org>
Thu, 15 Jun 2006 18:42:46 +0000 (18:42 +0000)
2006-06-15  Thomas Fitzsimmons  <fitzsim@redhat.com>

* classpath/Makefile.am: Do not recurse into tools directory.
* classpath/Makefile.in: Regenerate.

From-SVN: r114682

libjava/ChangeLog
libjava/classpath/Makefile.am
libjava/classpath/Makefile.in

index 46999d7ffc5bb8309b9e3b37bf445703d64edfe1..c1d7d2bf117824e07efd83dd0d7cefd61f5e8688 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-15  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * classpath/Makefile.am: Do not recurse into tools directory.
+       * classpath/Makefile.in: Regenerate.
+
 2006-06-14  Thomas Fitzsimmons  <fitzsim@redhat.com>
 
        * classpath/tools/Makefile.am (gappletviewer_CFLAGS): Add
index 82e97dbde7f9c8bcaa30da57458c50b41e76a58c..138ea25c1b135eb75eb2a11ce30dec54d489ba3d 100644 (file)
@@ -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
index 21f6a3fead47989eeed75d3bc95c6eb5b61b4a42..2f99e810e1a73cce27b9430152b94fe2e352a026 100644 (file)
@@ -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 \