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| add missing dependecies for lib-org-ietf-jgss


Hi all,

I probably have not tested enough, but this one went through my fingers.

I hope it cures potential build problems.

Unfortunately the test on solaris failed due to other reasons. Linuxppc
and darwin point now to the libgcj and it's dependency libs.

is this ok for main?

And I'm sorry for any breakage I caused.

Andreas

2004-09-22 Andreas Tobler <a.tobler@schweiz.ch>

	* Makefile.am (lib_org_ietf_jgss_la_DEPENDENCIES): Add missing
	dependencies.
	(lib_org_ietf_jgss_la_LIBADD): Likewise.
	* Makefile.in: Regenerated.


Index: Makefile.am =================================================================== RCS file: /cvs/gcc/gcc/libjava/Makefile.am,v retrieving revision 1.411 diff -u -r1.411 Makefile.am --- Makefile.am 21 Sep 2004 17:00:55 -0000 1.411 +++ Makefile.am 22 Sep 2004 16:10:50 -0000 @@ -364,9 +364,9 @@ org/ietf/jgss/MessageProp.java \ org/ietf/jgss/Oid.java

-lib_org_ietf_jgss_la_DEPENDENCIES= $(jgss_propertyo_files)
+lib_org_ietf_jgss_la_DEPENDENCIES= $(jgss_propertyo_files) libgcj-@gcc_version@.jar libgcj.la libgcj.spec
## See jv_convert_LDADD.
-lib_org_ietf_jgss_la_LIBADD = -L$(here)/.libs $(jgss_propertyo_files)
+lib_org_ietf_jgss_la_LIBADD = -L$(here)/.libs $(jgss_propertyo_files) libgcj.la


 ## The mysterious backslash in the grep pattern is consumed by make.
 lib_org_ietf_jgss_la_LDFLAGS = -rpath $(toolexeclibdir) \


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