summaryrefslogtreecommitdiff
path: root/libstore/Makefile
diff options
context:
space:
mode:
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