diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-22 15:41:32 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-22 15:41:32 +0000 |
commit | 6ae9ff2db42c639261a23a72a90dba2ba0876a1c (patch) | |
tree | 21697f6e79c9a4cff4ef2db4dd73f881428d71a8 | |
parent | 0ecd412f5bfe19cc69f4d9bbf5287abb6c3b56eb (diff) |
(HURDLIBS): Add libihash.
-rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index d351caab..04bb15fd 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -26,7 +26,7 @@ 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 libpager libioserver libfshelp libthreads libihash LDFLAGS = -Wl,--no-keep-memory target = ufs |