summaryrefslogtreecommitdiff
path: root/libstore/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-05-10 21:59:13 +0000
committerMiles Bader <miles@gnu.org>1996-05-10 21:59:13 +0000
commitc416ab311d679cbc0814c7afed090d1baf9cd324 (patch)
treea571b2570ec55387147b8c23d084d6395fcd1622 /libstore/Makefile
parent513f83e840b0d7f3a46aa67baa0cba406d163e3c (diff)
(storeread, storecat): Remove explicit dependency on program object file.
Put include of ../Makeconf before dependencies.
Diffstat (limited to 'libstore/Makefile')
-rw-r--r--libstore/Makefile6
1 files changed, 3 insertions, 3 deletions
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