diff options
author | Tom Tromey <tromey@redhat.com> | 2006-03-31 22:42:19 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2006-03-31 22:42:19 +0000 |
commit | 9620ec965c10d4555c2928e3635e82371519cb2a (patch) | |
tree | 02949909bffafa70fa44d6a0f9b3bc85b78ecd30 /lib/Makefile.am | |
parent | c5ae9ebfe120cb1d97b3df64fc0dcd5adffca87c (diff) | |
download | classpath-9620ec965c10d4555c2928e3635e82371519cb2a.tar.gz |
* lib/split-for-gcj.sh: Updated for multi-field format.
* lib/Makefile.am (CLEANFILES): Added classes.2.
* lib/gen-classlist.sh.in (GCJ): Removed. Create classes.1 and
classes.2 using multiple fields.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 8e5de9723..5f5a134fd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -155,7 +155,7 @@ endif EXTRA_DIST = standard.omit mkcollections.pl.in Makefile.gcj split-for-gcj.sh CLEANFILES = compile-classes resources classes \ - glibj.zip classes.1 \ + glibj.zip classes.1 classes.2 \ $(top_builddir)/gnu/java/locale/LocaleData.java \ $(JAVA_DEPEND) |