diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-16 18:04:35 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-16 18:04:35 +0000 |
commit | c75d5d46b7e10f772ad7561e300d08fb16979b20 (patch) | |
tree | 0dc6f86ced3bd461c0fd10ef04df002133fc609d /ufs | |
parent | 891b20daf442f1a78f6c2573e1de6d62bcb23430 (diff) |
Formerly Makefile.~33~
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 9e5fe941..2cb7e84e 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -27,6 +27,7 @@ REMHDRS = ../hurd/diskfs.h ../hurd/ports.h ../hurd/pager.h\ HURDLIBS = libdiskfs libports libdiskfs libpager libioserver \ libfshelp libdiskfs libthreads libports #HURDLIBS = libdiskfs libports libpager libioserver libfshelp libthreads +LDFLAGS = -Wl,--no-keep-memory target = ufs include ../Makeconf |