diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1994-08-18 16:41:42 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-18 16:41:42 +0000 |
| commit | 538566e5a53f2738660bc49bc97b6215831b054c (patch) | |
| tree | 9d0cf80160fda620f5072dee55566947f5cf5a5e /ufs/Makefile | |
| parent | 5c1e6655a532185b661a90fd6380b9334575f77e (diff) | |
Formerly Makefile.~34~
Diffstat (limited to 'ufs/Makefile')
| -rw-r--r-- | ufs/Makefile | 6 |
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 |
