diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-07 14:39:02 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-07 14:39:02 +0000 |
commit | 4522a89d199f491ab23789a710b850ffefe074f7 (patch) | |
tree | f1373d35a6c29f7f698539c1f756e5c4ab7d0398 | |
parent | f658dc233d08426c77e2a7fa857d670672a391a4 (diff) |
Formerly Makefile.~11~
-rw-r--r-- | libtrivfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index 9d3aca3f..1a9c3262 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -50,7 +50,7 @@ MIGSTUBS=fsServer.o ioServer.o fsysServer.o interruptServer.o notifyServer.o \ OBJS= $(subst .c,.o,$(SRCS)) $(MIGSTUBS) -DIST_FILES= $(SRCS) Makefile ChangeLog trivfs.h fsmutations.h +DIST_FILES= $(SRCS) Makefile ChangeLog trivfs.h fsmutations.h priv.h MIGSFLAGS=-imacros fsmutations.h |