diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-08 22:33:23 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-12-08 22:33:23 +0000 |
commit | bfdc08f7397451fe199a2bd356f86e89f9402ad1 (patch) | |
tree | 799bd5f8d7fb5fd4df2893d6accaab7068925237 /nfs | |
parent | b82d46b0ef83bcadc95fb607b0a8230b7389a0f5 (diff) |
2008-12-08 Thomas Schwinge <tschwinge@gnu.org>
* Makefile (HURDLIBS): Add shouldbeinlibc.
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/ChangeLog | 4 | ||||
-rw-r--r-- | nfs/Makefile | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/nfs/ChangeLog b/nfs/ChangeLog index 1777d4fc..6b133a2e 100644 --- a/nfs/ChangeLog +++ b/nfs/ChangeLog @@ -1,3 +1,7 @@ +2008-12-08 Thomas Schwinge <tschwinge@gnu.org> + + * Makefile (HURDLIBS): Add shouldbeinlibc. + 2007-11-13 Thomas Schwinge <tschwinge@gnu.org> * nfs.c (xdr_encode_sattr_stat, xdr_decode_fattr): Adapt to ``struct diff --git a/nfs/Makefile b/nfs/Makefile index 9c3f2b7a..d6b8c9c0 100644 --- a/nfs/Makefile +++ b/nfs/Makefile @@ -1,5 +1,7 @@ # -# Copyright (C) 1995,96,97,2000,01 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 2000, 2001, 2008 Free Software Foundation, +# Inc. +# # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -26,6 +28,6 @@ LCLHDRS = nfs.h mount.h nfs-spec.h SRCS = ops.c rpc.c mount.c nfs.c cache.c consts.c main.c name-cache.c \ storage-info.c OBJS = $(SRCS:.c=.o) -HURDLIBS = netfs fshelp iohelp threads ports +HURDLIBS = netfs fshelp iohelp threads ports shouldbeinlibc include ../Makeconf |