From bd3796466477f8dd6ebb4b910f9b3862fd6e4b33 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 21 Aug 1998 23:26:55 +0000 Subject: 1998-08-21 Roland McGrath * Makefile (SRCS): Remove return-buffer.c. --- libfshelp/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libfshelp/Makefile b/libfshelp/Makefile index c08b521d..96e9b621 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 1994, 1995, 1996 Free Software Foundation +# +# Copyright (C) 1994, 95, 96, 98 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -26,7 +26,7 @@ SRCS = lock-acquire.c lock-init.c \ delegate.c \ exec-reauth.c \ set-options.c \ - return-buffer.c get-identity.c \ + get-identity.c \ fshelp.c LCLHDRS = fshelp.h locks.h trans.h installhdrs = fshelp.h @@ -35,4 +35,3 @@ HURDLIBS=shouldbeinlibc threads OBJS = $(subst .c,.o,$(SRCS)) include ../Makeconf - -- cgit v1.2.3