diff options
author | Roland McGrath <roland@gnu.org> | 1995-01-28 19:59:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-01-28 19:59:24 +0000 |
commit | cc4f4d5aa696bc5c3d66b6460596dbcc1848e094 (patch) | |
tree | 6a76137fe51597990e2846779effaba8d708419a /ufs | |
parent | 444021f5d48a04f56cdc735a21b42886ea5a052d (diff) |
(OBJS): Remove reference to libc's devstream.o.
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 59965946..7ad7cb65 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -1,5 +1,5 @@ -# Copyright (C) 1994 Free Software Foundation +# Copyright (C) 1994, 1995 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -18,9 +18,9 @@ dir := ufs 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 +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 = $(SRCS:.c=.o) 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 |