diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-02 20:45:42 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-02 20:45:42 +0000 |
commit | 50e0f49ae0b8dba706f77268622a70596f0b4b71 (patch) | |
tree | e3b62b6f292969ead678c743ecb92ceaf8518570 | |
parent | 497eeca20ae7d926124d5d5def51c470a24e0e75 (diff) |
Formerly Makefile.~13~
-rw-r--r-- | boot/Makefile | 2 | ||||
-rw-r--r-- | libpager/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/boot/Makefile b/boot/Makefile index 07a101a1..798ae417 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -24,7 +24,7 @@ VPATH=.:../machine OBJS = boot.o notifyServer.o execServer.o deviceServer.o ioServer.o \ io_replUser.o device_replyUser.o sigvec.o -DIST_FILES = boot.c Makefile mungio io_repl.defs +DIST_FILES = boot.c Makefile mungio io_repl.defs ChangeLog all: boot diff --git a/libpager/Makefile b/libpager/Makefile index 087179cf..d3addac2 100644 --- a/libpager/Makefile +++ b/libpager/Makefile @@ -29,7 +29,7 @@ OBJS = $(COBJS) memory_objectServer.o SRCS = $(subst .o,.c,$(COBJS)) -DIST_FILES = $(SRCS) Makefile pager.h priv.h +DIST_FILES = $(SRCS) Makefile pager.h priv.h ChangeLog all: libpager.a |