summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-18 16:41:42 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-18 16:41:42 +0000
commit135c63fc9353cec70646ca8b9fcc75633a95f033 (patch)
treec6eed95078cdd6bb7c52825f7518ae8bca37217d /ufs
parent5935f83db5213e2298b1af93543463b24dc97c4c (diff)
Formerly Makefile.~34~
Diffstat (limited to 'ufs')
-rw-r--r--ufs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ufs/Makefile b/ufs/Makefile
index 2cb7e84e..17bcf3f4 100644
--- a/ufs/Makefile
+++ b/ufs/Makefile
@@ -24,9 +24,9 @@ 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
-HURDLIBS = libdiskfs libports libdiskfs libpager libioserver \
- libfshelp libdiskfs libthreads libports
-#HURDLIBS = libdiskfs libports libpager libioserver libfshelp libthreads
+#HURDLIBS = libdiskfs libports libdiskfs libpager libioserver \
+# libfshelp libdiskfs libthreads libports
+HURDLIBS = libdiskfs libports libpager libioserver libfshelp libthreads
LDFLAGS = -Wl,--no-keep-memory
target = ufs