diff options
Diffstat (limited to 'libstore')
-rw-r--r-- | libstore/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstore/Makefile b/libstore/Makefile index 56c1fdfd..2fb3c70d 100644 --- a/libstore/Makefile +++ b/libstore/Makefile @@ -66,6 +66,7 @@ vpath %.c $(srcdir)/../exec CPPFLAGS += -I$(srcdir)/../exec module-CPPFLAGS = -D'STORE_SONAME_SUFFIX=".so.$(hurd-version)"' +module-DEPS = $(..)config.make libstore_gunzip.so.$(hurd-version): $(GUNZIP_OBJS:.o=_pic.o) libstore_bunzip2.so.$(hurd-version): $(BUNZIP2_OBJS:.o=_pic.o) |