1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

(LDADD): Restore this line; it is still needed for

t-fpending on platforms without __fpending.
This commit is contained in:
Paul Eggert
2006-08-22 07:00:51 +00:00
parent 56795d3ea4
commit 86e1642541
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2006-08-21 Eric Blake <ebb9@byu.net>
* Makefile.am (LDADD): Restore this line; it is still needed for
t-fpending on platforms without __fpending.
2006-08-20 Paul Eggert <eggert@cs.ucla.edu>
Add a bootstrap procedure, so that the CVS version contains fewer

View File

@@ -23,6 +23,7 @@ AM_CPPFLAGS += -I..
AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS)
noinst_PROGRAMS = t-fpending
LDADD = $(noinst_LIBRARIES)
libcoreutils_a_SOURCES += \
buffer-lcm.c buffer-lcm.h \