From 3bfb1a0f033dbd5998b29fc52e268c57f4e62d20 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 17 Jan 1996 18:57:42 +0000 Subject: Formerly Makefile.~3~ --- libstore/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libstore') diff --git a/libstore/Makefile b/libstore/Makefile index fad03856..651f0b95 100644 --- a/libstore/Makefile +++ b/libstore/Makefile @@ -19,7 +19,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -dir := libps +dir := libstore makemode := library libname = libstore @@ -29,4 +29,6 @@ installhdrs=store.h OBJS = $(SRCS:.c=.o) +storeread: storeread.o libstore.so ../libshouldbeinlibc/libshouldbeinlibc.so + include ../Makeconf -- cgit v1.2.3