From 41548195db4a5a88f661d79b208b0e788152cb14 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 4 Aug 2001 01:35:31 +0000 Subject: 2001-08-03 Roland McGrath * Makefile (HURDLIBS): Define it so we link in libshouldbeinlibc. --- libstore/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libstore') 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 +# +# Copyright (C) 1995,96,97,2001 Free Software Foundation, Inc. +# Written by Miles Bader # # 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) -- cgit v1.2.3