From d0a68934cfbcc6d52f54dcb69f146a628fcb6104 Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Mon, 21 Feb 2005 18:42:20 +0100 Subject: Makefile.am (all_property_files): Remove left over. 2005-02-21 Andreas Tobler * 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 --- libjava/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/Makefile.am') 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 -- cgit v1.2.3