summaryrefslogtreecommitdiff
path: root/libpager/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-01-20 21:35:44 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-01-20 21:35:44 +0000
commit4fb2f9e4d023c18beacada0f3c97851a189a052c (patch)
tree9262c27dc290dfafb3594d1142d711c67d8daff3 /libpager/Makefile
parent5ebc8b267f70996e65edc49c991cde2ebc18483a (diff)
Formerly Makefile.~5~
Diffstat (limited to 'libpager/Makefile')
-rw-r--r--libpager/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/libpager/Makefile b/libpager/Makefile
index c77237f0..9a066b1f 100644
--- a/libpager/Makefile
+++ b/libpager/Makefile
@@ -29,10 +29,7 @@ OBJS = $(COBJS) memory_objectServer.o
SRCS = $(subst .o,.c,$(COBJS))
-DIST_FILES = $(SRCS) Makefile libpager.h priv.h
-
-# Make sure we get local copies of the headers we install
-CPPFLAGS := -I. $(CPPFLAGS)
+DIST_FILES = $(SRCS) Makefile pager.h priv.h
all: libpager.a(__.SYMDEF)
@@ -45,12 +42,12 @@ $(hurdinst)/lib/libpager.a: libpager.a(__.SYMDEF)
cp libpager.a $@
ranlib $@
-$(headers)/libpager.h: libpager.h
- cp libpager.h $@
+$(headers)/hurd/pager.h: pager.h
+ cp pager.h $@
-install: $(hurdinst)/lib/libpager.a $(headers)/libpager.h
+install: $(hurdinst)/lib/libpager.a $(headers)/hurd/pager.h
-$(OBJS): libpager.h priv.h $(headers)/libports.h
+$(OBJS): pager.h priv.h $(headers)/hurd/ports.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