[kaffe] CVS kaffe (robilad): small redundancy fix

Kaffe CVS cvs-commits at kaffe.org
Fri Dec 23 21:33:24 PST 2005


PatchSet 7044 
Date: 2005/12/24 05:12:11
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
small redundancy fix

2005-12-23  Dalibor Topic  <robilad at kaffe.org>

        * include/Makefile.am: Do not generate redundant headers
        java_lang_VMDouble.h and java_lang_VMFloat.h.

Members: 
	ChangeLog:1.4563->1.4564 
	include/Makefile.am:1.124->1.125 
	include/Makefile.in:1.262->1.263 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4563 kaffe/ChangeLog:1.4564
--- kaffe/ChangeLog:1.4563	Sat Dec 24 01:41:45 2005
+++ kaffe/ChangeLog	Sat Dec 24 05:12:11 2005
@@ -5,6 +5,11 @@
 
 2005-12-23  Dalibor Topic  <robilad at kaffe.org>
 
+	* include/Makefile.am: Do not generate redundant headers 
+	java_lang_VMDouble.h and java_lang_VMFloat.h.
+
+2005-12-23  Dalibor Topic  <robilad at kaffe.org>
+
 	* include/Makefile.am: Do not generate unused headers
 	java_lang_Boolean.h, java_lang_Byte.h, java_lang_Character.h,
 	java_lang_Long.h, java_lang_Short.h.
Index: kaffe/include/Makefile.am
diff -u kaffe/include/Makefile.am:1.124 kaffe/include/Makefile.am:1.125
--- kaffe/include/Makefile.am:1.124	Sat Dec 24 01:41:49 2005
+++ kaffe/include/Makefile.am	Sat Dec 24 05:12:23 2005
@@ -126,9 +126,7 @@
 
 NOINSTALL_JNI_DERIVED_HDRS = \
 	java_math_BigInteger.h \
-	java_lang_VMDouble.h \
 	java_lang_VMProcess.h \
-	java_lang_VMFloat.h \
 	java_lang_ref_Reference.h \
 	gnu_classpath_VMSystemProperties.h \
 	gnu_java_nio_SelectorImpl.h \
Index: kaffe/include/Makefile.in
diff -u kaffe/include/Makefile.in:1.262 kaffe/include/Makefile.in:1.263
--- kaffe/include/Makefile.in:1.262	Sat Dec 24 01:41:49 2005
+++ kaffe/include/Makefile.in	Sat Dec 24 05:12:23 2005
@@ -455,9 +455,7 @@
 @COND_NATIVE_SOUND_TRUE@@COND_SOUND_ESD_TRUE at MAYBE_LIBTRITONUSESD_JNI_HDRS = $(LIBTRITONUSESD_JNI_HDRS)
 NOINSTALL_JNI_DERIVED_HDRS = \
 	java_math_BigInteger.h \
-	java_lang_VMDouble.h \
 	java_lang_VMProcess.h \
-	java_lang_VMFloat.h \
 	java_lang_ref_Reference.h \
 	gnu_classpath_VMSystemProperties.h \
 	gnu_java_nio_SelectorImpl.h \




More information about the kaffe mailing list