diff libcruft/ChangeLog @ 10331:6a50aa2cdf00

never compile ranlib with 8-byte integers
author John W. Eaton <jwe@octave.org>
date Wed, 17 Feb 2010 14:46:51 -0500
parents 085d4e025155
children 7f6b4c6838ea
line wrap: on
line diff
--- a/libcruft/ChangeLog	Wed Feb 17 13:31:20 2010 +0100
+++ b/libcruft/ChangeLog	Wed Feb 17 14:46:51 2010 -0500
@@ -1,3 +1,13 @@
+2010-02-17  John W. Eaton  <jwe@octave.org>
+
+	* Makefile.am (libcruft_la_LIBADD): Include libranlib.la in the list.
+	(noinst_LTLIBRARIES, libranlib_la_SOURCES, libranlib_la_DEPENDENCIES,
+	libcruft_la_FFLAGS): New variables.
+	(ranlib.def): New target.
+	(DISTCLEANFILES): Also remove ranlib.def.
+	* ranlib/module.mk (libranlib_la_SOURCES): Rename from
+	libcruft_la_SOURCES.
+
 2010-01-20  John W. Eaton  <jwe@octave.org>
 
 	* misc/quit.cc: Untabify.