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 | 0325d858a8b0d685250ee224ac2283eedbff0e6f (patch) | |
tree | 6624d961f634e2d8d951182dad418eb0da28ee55 | |
parent | 423954be7b659e3f2b8cf6fde12dbd8947875161 (diff) |
Formerly Makefile.~25~
-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) |