[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: work with latest gnulib-tool
From: |
Jim Meyering |
Subject: |
FYI: work with latest gnulib-tool |
Date: |
Thu, 12 Oct 2006 23:14:52 +0200 |
This change is required to bootstrap using today's gnulib-tool.
* Makefile.am (libcoreutils_a_LIBADD): Append $(LIBOBJS),
to accommodate the latest version of gnulib-tool.
(libcoreutils_a_DEPENDENCIES): Likewise.
>From Bruno Haible.
Index: Makefile.am
===================================================================
RCS file: /fetish/cu/lib/Makefile.am,v
retrieving revision 1.252
diff -u -r1.252 Makefile.am
--- Makefile.am 23 Aug 2006 18:37:27 -0000 1.252
+++ Makefile.am 12 Oct 2006 19:46:54 -0000
@@ -29,6 +29,9 @@
xmemcoll.c xmemcoll.h \
xmemxfrm.c xmemxfrm.h
+libcoreutils_a_LIBADD += $(LIBOBJS)
+libcoreutils_a_DEPENDENCIES += $(LIBOBJS)
+
check: unit-test
.PHONY: unit-test
- FYI: work with latest gnulib-tool,
Jim Meyering <=