Makefile.in: Rebuilt.
authorTom Tromey <tromey@redhat.com>
Wed, 19 Apr 2006 23:05:14 +0000 (23:05 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 19 Apr 2006 23:05:14 +0000 (23:05 +0000)
* Makefile.in: Rebuilt.
* Makefile.am (CLEANFILES): Removed all_java_filelist_files,
all_java_deps_files.

From-SVN: r113101

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

index 026afd659b0a3dca7c68ffba2980cfa2bea1b082..30b03061db3a99c538ff2f0a4459e4834312fb91 100644 (file)
@@ -1,3 +1,9 @@
+2006-04-19  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in: Rebuilt.
+       * Makefile.am (CLEANFILES): Removed all_java_filelist_files,
+       all_java_deps_files.
+
 2006-04-19  Tom Tromey  <tromey@redhat.com>
 
        * gnu/java/nio/channels/natFileChannelPosix.cc (write): Properly
index 150f8f127db981afa0f6d093477d472a99e6b843..a7bdf42d0ae784dfbe1d0f7a788fff48d486402a 100644 (file)
@@ -327,8 +327,7 @@ libgcj-$(gcc_version).jar: classpath/lib/compile-classes
        cd classpath/lib; $(JAR) -cfM \
            ../../libgcj-$(gcc_version).jar gnu java javax org
 
-CLEANFILES = libgcj-$(gcc_version).jar \
-       $(all_java_deps_files) $(all_java_filelist_files)
+CLEANFILES = libgcj-$(gcc_version).jar
 DISTCLEANFILES = native.dirs
 
 mostlyclean-local:
index f7b2a14e4271fce32cf620a79712620f7127c340..f0ca50eb00f5c1d5168dcb8d8cf24d78cf276c5c 100644 (file)
@@ -838,9 +838,7 @@ classpath/resource/META-INF/services/javax.xml.parsers.DocumentBuilderFactory \
 classpath/resource/META-INF/services/javax.xml.parsers.TransformerFactory
 
 propertyo_files = $(patsubst classpath/resource/%,%,$(addsuffix .lo,$(property_files)))
-CLEANFILES = libgcj-$(gcc_version).jar \
-       $(all_java_deps_files) $(all_java_filelist_files)
-
+CLEANFILES = libgcj-$(gcc_version).jar
 DISTCLEANFILES = native.dirs
 SUFFIXES = .class .java .h .properties .list
 gnu_CORBA_source_files = \