summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-01-18 21:28:03 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-01-18 21:28:03 +0000
commitb472c8ac9ca04a16512fc00fa7802ea4e9b026ba (patch)
tree13d0ae4e169e1b962c34523e60ae11613e8ed3df
parent9d5d5bb807d7706c3070cc213b6a586e41c9765d (diff)
Formerly Makefile.~3~
-rw-r--r--libpager/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libpager/Makefile b/libpager/Makefile
index 65dd2147..4add6023 100644
--- a/libpager/Makefile
+++ b/libpager/Makefile
@@ -35,6 +35,8 @@ DIST_FILES = $(SRCS) Makefile libpager.h priv.h
CPPFLAGS := -I. $(CPPFLAGS)
all: libpager.a(__.SYMDEF)
+
+libpager.a(__.SYMDEF): $(OBJS)
rm -f libpager.a
ar r $@ $^
ranlib $@
@@ -48,7 +50,7 @@ $(headers)libpager.h: libpager.h
install: $(hurdinst)/lib/libpager.a $(headers)/libports.h
-$(OBJS): libpager.h priv.h
+$(OBJS): libpager.h priv.h $(headers)/libports.h
data-request.o data-return.o data-unlock.o lock-completed.o: memory_object.h
stubs.o object-init.o object-terminate.o: memory_object.h