From c416ab311d679cbc0814c7afed090d1baf9cd324 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 10 May 1996 21:59:13 +0000 Subject: (storeread, storecat): Remove explicit dependency on program object file. Put include of ../Makeconf before dependencies. --- libstore/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libstore') diff --git a/libstore/Makefile b/libstore/Makefile index 8d88d212..a4ceaf08 100644 --- a/libstore/Makefile +++ b/libstore/Makefile @@ -31,7 +31,7 @@ installhdrs=store.h UTIL_OBJS = storeread.o storecat.o OBJS = $(filter-out $(UTIL_OBJS), $(SRCS:.c=.o)) -storeread: storeread.o libstore.so ../libshouldbeinlibc/libshouldbeinlibc.so -storecat: storecat.o libstore.so ../libshouldbeinlibc/libshouldbeinlibc.so - include ../Makeconf + +storeread: libstore.so ../libshouldbeinlibc/libshouldbeinlibc.so +storecat: libstore.so ../libshouldbeinlibc/libshouldbeinlibc.so -- cgit v1.2.3