diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-09 16:59:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-09 16:59:49 +0000 |
commit | 5944f9953d44c3c04569df449d02bde1508ecd04 (patch) | |
tree | da7d444c0c34ef4bc7b6866678f01b1e4763e45c /ufs | |
parent | bef3d23bfe36d669be153bd9dec8084ad252649d (diff) |
Formerly Makefile.~25~
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 44ae79b6..7c3c6ca7 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -36,7 +36,7 @@ LIBPARTS = $(libdiskfs) $(libports) $(libpager) $(libioserver) $(libfshelp) all: ufs -LDFLAGS=--no-keep-memory -y_hurd_rlimits -y__hurd_rlimits +LDFLAGS=--no-keep-memory ufs: $(OBJS) $(LIBS) $(link) |