[kaffe] CVS kaffe (robilad): build fix for darwin

Kaffe CVS cvs-commits at kaffe.org
Sat May 21 06:45:05 PDT 2005


PatchSet 6563 
Date: 2005/05/21 13:39:21
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
build fix for darwin

2005-05-21  Dalibor Topic  <robilad at kaffe.org>

        * replace/Makefile.am:
        (libreplace_ls_LIBADD) Add LTLIBINTL to fix a build failure
        on darwin reported by the tinderbox.

Members: 
	ChangeLog:1.4089->1.4090 
	replace/Makefile.am:1.12->1.13 
	replace/Makefile.in:1.86->1.87 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4089 kaffe/ChangeLog:1.4090
--- kaffe/ChangeLog:1.4089	Sat May 21 08:36:43 2005
+++ kaffe/ChangeLog	Sat May 21 13:39:21 2005
@@ -1,3 +1,9 @@
+2005-05-21  Dalibor Topic  <robilad at kaffe.org>
+
+	* replace/Makefile.am:
+	(libreplace_ls_LIBADD) Add LTLIBINTL to fix a build failure
+	on darwin reported by the tinderbox.
+
 2005-05-21  Kiyo Inaba <inaba@@src.ricoh.co.jp>
 
 	* kaffe/kaffevm/systems/unix-jthreads/jthread.c:
Index: kaffe/replace/Makefile.am
diff -u kaffe/replace/Makefile.am:1.12 kaffe/replace/Makefile.am:1.13
--- kaffe/replace/Makefile.am:1.12	Sat May 21 01:44:16 2005
+++ kaffe/replace/Makefile.am	Sat May 21 13:39:24 2005
@@ -30,5 +30,8 @@
 	repsemaphore.h \
 	semaphores.c
 
+libreplace_la_LIBADD = \
+        $(LTLIBINTL)
+
 EXTRA_DIST = \
 	ifaddrs_linux.c
Index: kaffe/replace/Makefile.in
diff -u kaffe/replace/Makefile.in:1.86 kaffe/replace/Makefile.in:1.87
--- kaffe/replace/Makefile.in:1.86	Sat May 21 01:44:16 2005
+++ kaffe/replace/Makefile.in	Sat May 21 13:39:24 2005
@@ -88,7 +88,8 @@
 am__installdirs = "$(DESTDIR)$(nativedir)"
 nativeLTLIBRARIES_INSTALL = $(INSTALL)
 LTLIBRARIES = $(native_LTLIBRARIES)
-libreplace_la_LIBADD =
+am__DEPENDENCIES_1 =
+libreplace_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 am_libreplace_la_OBJECTS = dummyin6.lo getaddrinfo.lo getifaddrs.lo \
 	inet_pton.lo inet_ntop.lo memset.lo semaphores.lo
 libreplace_la_OBJECTS = $(am_libreplace_la_OBJECTS)
@@ -400,6 +401,9 @@
 	memset.c \
 	repsemaphore.h \
 	semaphores.c
+
+libreplace_la_LIBADD = \
+        $(LTLIBINTL)
 
 EXTRA_DIST = \
 	ifaddrs_linux.c




More information about the kaffe mailing list