diff options
| author | Andreas Tobler <a.tobler@schweiz.ch> | 2005-02-21 18:42:20 +0100 |
|---|---|---|
| committer | Andreas Tobler <andreast@gcc.gnu.org> | 2005-02-21 18:42:20 +0100 |
| commit | d0a68934cfbcc6d52f54dcb69f146a628fcb6104 (patch) | |
| tree | c97435c4ba8e2d76d002e48d9f5c690aa88b900b /libjava/Makefile.am | |
| parent | f65ca04d8d41f23d075edd71fff1d685f5e4db4b (diff) | |
| download | gcc-d0a68934cfbcc6d52f54dcb69f146a628fcb6104.tar.gz gcc-d0a68934cfbcc6d52f54dcb69f146a628fcb6104.tar.bz2 gcc-d0a68934cfbcc6d52f54dcb69f146a628fcb6104.zip | |
Makefile.am (all_property_files): Remove left over.
2005-02-21 Andreas Tobler <a.tobler@schweiz.ch>
* Makefile.am (all_property_files): Remove left over.
(classes.stamp): Add stamp for the ONESTEP build, also known as
--enable-libgcj-multifile.
* Makefile.in: Regenerated.
From-SVN: r95337
Diffstat (limited to 'libjava/Makefile.am')
| -rw-r--r-- | libjava/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index bd8c4d1acc7..3eeaa74fd34 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -500,7 +500,7 @@ all_java_source_files = \ all_java_class_files = $(all_java_source_files:.java=.class) -all_property_files = $(property_files) $(jgss_property_files) \ +all_property_files = $(property_files) \ java/util/logging/logging.properties ## Build property files into the library. @@ -522,7 +522,7 @@ classes.stamp: $(all_java_source_files) @echo Compiling Java sourcefiles... @: $(call write_entries_to_file,$?,libgcj.sourcelist) $(JAVAC) $(JCFLAGS) -classpath '' -bootclasspath $(BOOTCLASSPATH) -d $(here) @libgcj.sourcelist - + echo > classes.stamp # This next rule seems backward, but reflects the fact that 1) all # classfiles are compiled in one go when classes.stamp is built and 2) # anything which depends on a particular .class file must wait until |
