diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-26 23:27:14 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-26 23:27:14 +0000 |
commit | 5b68ab0a406303e8ac16ebb79566002c4b26f1d9 (patch) | |
tree | 2a9bbb04246ead0b0d463c7dfaa9d53594ebaf81 /libdiskfs | |
parent | ff89c38690ee627aba6ce1356f7b033472727f4c (diff) |
(fsys-MIGSFLAGS): Actually, it should be thes.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index f573806c..92603698 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -56,7 +56,7 @@ MIGSTUBS = fsServer.o ioServer.o fsysServer.o notifyServer.o execServer.o \ interruptServer.o fsys_replyUser.o ourfs_notifyUser.o ifsockServer.o notify-MIGSFLAGS = -DSEQNOS -fsys_reply-MIGUFLAGS = -DREPLY_PORTS +fsys-MIGSFLAGS = -DREPLY_PORTS OBJS = $(sort $(subst .c,.o,$(SRCS)) $(MIGSTUBS)) argz.o options.o |