summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-10 06:05:48 +0000
committerRoland McGrath <roland@gnu.org>1994-10-10 06:05:48 +0000
commitcab6f58508b5a1b0d44a742bf754bf8a1c99c088 (patch)
treee13c896ee9715c8365d5f3450a02b591c263e5ac
parent8f28a49e601297336c761b8de1c3ce964f8d7371 (diff)
Formerly Makefile.~38~
-rw-r--r--ufs/Makefile2
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