diff options
author | Tom Tromey <tromey@redhat.com> | 2006-04-19 23:05:14 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2006-04-19 23:05:14 +0000 |
commit | 453602827fcb2abd5b4672d67c08525cabb3d673 (patch) | |
tree | 42b8eba7c8318d6d675763337ffc96f26857d4e1 | |
parent | d9a4b9eecb516ff2fcadceb58c5f35c54ed56016 (diff) | |
download | gcc-453602827fcb2abd5b4672d67c08525cabb3d673.zip gcc-453602827fcb2abd5b4672d67c08525cabb3d673.tar.gz gcc-453602827fcb2abd5b4672d67c08525cabb3d673.tar.bz2 |
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt.
* Makefile.am (CLEANFILES): Removed all_java_filelist_files,
all_java_deps_files.
From-SVN: r113101
-rw-r--r-- | libjava/ChangeLog | 6 | ||||
-rw-r--r-- | libjava/Makefile.am | 3 | ||||
-rw-r--r-- | libjava/Makefile.in | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 026afd6..30b0306 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,11 @@ 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 handle EINTR. diff --git a/libjava/Makefile.am b/libjava/Makefile.am index 150f8f1..a7bdf42 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -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: diff --git a/libjava/Makefile.in b/libjava/Makefile.in index f7b2a14..f0ca50e 100644 --- a/libjava/Makefile.in +++ b/libjava/Makefile.in @@ -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 = \ |