diff options
author | Roland McGrath <roland@gnu.org> | 1994-10-17 20:36:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-10-17 20:36:23 +0000 |
commit | e8154523725446b98848e4378f7339502a1d6970 (patch) | |
tree | c4cc1f42a528557d9ae04c7f7f938ab2c1547d7f /ufs/Makefile | |
parent | 25cb27f0231af5b93706a91aca1040b7b804bf4e (diff) |
entered into RCS
Diffstat (limited to 'ufs/Makefile')
-rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 3dac8b98..59965946 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -20,7 +20,7 @@ makemode := server SRCS=alloc.c consts.c devio.c dir.c hyper.c inode.c main.c pager.c \ sizes.c subr.c tables.c bmap.c pokeloc.c -OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o +OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.o /gd3/gnu/libc/i386/devstream.o LCLHDRS = ufs.h fs.h dinode.h dir.h REMHDRS = ../hurd/diskfs.h ../hurd/ports.h ../hurd/pager.h\ ../hurd/ioserver.h ../hurd/fshelp.h |