diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-04 01:35:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-04 01:35:31 +0000 |
commit | 41548195db4a5a88f661d79b208b0e788152cb14 (patch) | |
tree | 6bfa643ac83743a8ba92e2e25b0f53080ff82654 /libstore/Makefile | |
parent | d8b4a105fe549d981ccd8974150968300e61d8d8 (diff) |
2001-08-03 Roland McGrath <roland@frob.com>
* Makefile (HURDLIBS): Define it so we link in libshouldbeinlibc.
Diffstat (limited to 'libstore/Makefile')
-rw-r--r-- | libstore/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libstore/Makefile b/libstore/Makefile index 35f74fdc..4a252bf4 100644 --- a/libstore/Makefile +++ b/libstore/Makefile @@ -1,7 +1,7 @@ # Makefile for libstore -# -# Copyright (C) 1995, 1996, 1997 Free Software Foundation -# Written by Miles Bader <miles@gnu.ai.mit.edu> +# +# Copyright (C) 1995,96,97,2001 Free Software Foundation, Inc. +# Written by Miles Bader <miles@gnu.org> # # This file is part of the GNU Hurd. # @@ -30,6 +30,7 @@ SRCS = create.c derive.c make.c rdwr.c set.c device.c file.c stripe.c \ LCLHDRS=store.h installhdrs=store.h +HURDLIBS = shouldbeinlibc UNZIP_OBJS = unzip.o inflate.o util.o do-bunzip2.o OBJS = $(SRCS:.c=.o) $(UNZIP_OBJS) |