diff options
author | Roland McGrath <roland@gnu.org> | 1994-10-10 06:05:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-10-10 06:05:48 +0000 |
commit | 5d4319060e8bf81e28602ad3ab6c00e660daa43e (patch) | |
tree | 454cb5dc4d0f21d3c8a3856f60e070f73031b06b /ufs | |
parent | 267c1efa2b6310f06b304a8d1988933faae1367f (diff) |
Formerly Makefile.~38~
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 59965946..3dac8b98 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 /gd3/gnu/libc/i386/devstream.o +OBJS=$(subst .c,.o,$(SRCS)) exec_server_image.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 |