summaryrefslogtreecommitdiff
path: root/libpager/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-05-05 11:53:10 +0000
committerRoland McGrath <roland@gnu.org>1994-05-05 11:53:10 +0000
commitea0633e468a24330f4abdaa1d45352b71aec76aa (patch)
tree53ae5d7b587fca7b8e039f66db369667ce6558c7 /libpager/Makefile
parent4e4e47abddf223ddfab3fc3cfb2c4b97c697e2a5 (diff)
Formerly Makefile.~14~
Diffstat (limited to 'libpager/Makefile')
-rw-r--r--libpager/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/libpager/Makefile b/libpager/Makefile
index d3addac2..124455ad 100644
--- a/libpager/Makefile
+++ b/libpager/Makefile
@@ -41,12 +41,12 @@ $(hurdinst)/lib/libpager.a: libpager.a
cp libpager.a $@
$(RANLIB) $@
-$(headers)/hurd/pager.h: pager.h
+$(includedir)/hurd/pager.h: pager.h
cp pager.h $@
-install: $(hurdinst)/lib/libpager.a $(headers)/hurd/pager.h
+install: $(hurdinst)/lib/libpager.a $(includedir)/hurd/pager.h
-$(OBJS): pager.h priv.h $(headers)/hurd/ports.h
+$(OBJS): pager.h priv.h $(includedir)/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
@@ -56,6 +56,6 @@ clean:
# MiG gook
memory_object.h memory_objectServer.c:
- $(CPP) $(CPPFLAGS) -DSEQNOS $(headers)/mach/memory_object.defs \
+ $(CPP) $(CPPFLAGS) -DSEQNOS $(includedir)/mach/memory_object.defs \
| $(MIGCOM) -prefix _pager_ -sheader memory_object.h \
-header /dev/null -user /dev/null