diff options
author | Roland McGrath <roland@gnu.org> | 1994-10-08 00:49:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-10-08 00:49:28 +0000 |
commit | 267c1efa2b6310f06b304a8d1988933faae1367f (patch) | |
tree | c2be3f9641e0a02c46e2970b13cfb8559209cac0 /ufs/Makefile | |
parent | b908b2398996527a55f6d10ae6ec025d7201911e (diff) |
Formerly Makefile.~37~
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 |