diff options
author | Roland McGrath <roland@gnu.org> | 1994-07-23 07:19:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-07-23 07:19:22 +0000 |
commit | a9896daff7be27b6558f1cf1248cc7303e22f520 (patch) | |
tree | fb30d391f1588e46403ce0d4df0b3d3f3cb8a9ad /libdiskfs | |
parent | 2e5146b3e6498d0f38acc8fee323bb3a826ac5ad (diff) |
Formerly Makefile.~36~
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index c50db8dc..b5bfe56b 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -53,6 +53,7 @@ SRCS = $(NOTIFYSRCS) $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(INTSRCS) \ $(IFSOCKSRCS) MIGSTUBS = fsServer.o ioServer.o fsysServer.o notifyServer.o execServer.o \ interruptServer.o fsys_replyUser.o ourmsgUser.o ifsockServer.o +notify-MIGSFLAGS = -DSEQNOS OBJS = $(sort $(subst .c,.o,$(SRCS)) $(MIGSTUBS)) |