This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: FYI: unbreak the build


I'm checking this in.

Andreas Tobler pointed out that some files were missing.
This puts them in.  Sorry for the breakage.

Tom

Index: ChangeLog.gcj
from  Tom Tromey  <tromey@redhat.com>
	* native/jawt/.cvsignore: Likewise.
	* native/jni/qt-peer/.cvsignore
	* native/jawt/Makefile.in: Added.
	* native/jni/qt-peer/Makefile.in: Likewise.

Index: native/jawt/.cvsignore
===================================================================
RCS file: /cvs/gcc/gcc/libjava/classpath/native/jawt/.cvsignore,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 .cvsignore
--- native/jawt/.cvsignore 23 Sep 2005 19:37:10 -0000 1.1.1.1
+++ native/jawt/.cvsignore 24 Sep 2005 00:06:31 -0000
@@ -5,4 +5,3 @@
 .libs
 .deps
 Makefile
-Makefile.in
Index: native/jni/qt-peer/.cvsignore
===================================================================
RCS file: /cvs/gcc/gcc/libjava/classpath/native/jni/qt-peer/.cvsignore,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 .cvsignore
--- native/jni/qt-peer/.cvsignore 23 Sep 2005 19:37:21 -0000 1.1.1.1
+++ native/jni/qt-peer/.cvsignore 24 Sep 2005 00:06:32 -0000
@@ -5,5 +5,4 @@
 .libs
 .deps
 Makefile
-Makefile.in
 slotcallbacks.moc.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]