From e1c99ecee3589df6c949b4ad582085144a556132 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 23 May 2002 13:17:23 +0000 Subject: libstore/ 2002-05-20 Ognyan Kulev * Makefile: Move inclusion of ../Makeconf before using $(srcdir). serverboot/ 2002-05-20 Ognyan Kulev * Makefile: Move inclusion of ../Makeconf before using $(srcdir) and constrain vpath directives to avoid using ../exec/exec.o. --- libstore/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libstore/Makefile') diff --git a/libstore/Makefile b/libstore/Makefile index ca57b5be..f407ce61 100644 --- a/libstore/Makefile +++ b/libstore/Makefile @@ -54,12 +54,12 @@ BUNZIP2_OBJS = do-bunzip2.o OBJS = $(SRCS:.c=.o) $(GUNZIP_OBJS) $(BUNZIP2_OBJS) DIST_FILES = unzipstore.c +include ../Makeconf + # Look for zip stuff vpath %.c $(srcdir)/../exec CPPFLAGS += -I$(srcdir)/../exec -include ../Makeconf - module-CPPFLAGS = -D'STORE_SONAME_SUFFIX=".so.$(hurd-version)"' libstore_gunzip.so.$(hurd-version): $(GUNZIP_OBJS:.o=_pic.o) -- cgit v1.2.3