summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-19 22:08:06 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-19 22:08:06 +0000
commit4f85e4ca8ab39d1acacfb6efcdac92f2faaf4206 (patch)
treefbfab063d8a2a6ea1a07a7964bcb3b6b52789a4c /ufs
parent28d4c93736a4d786b20e737cc6fe49c2c70502ec (diff)
Formerly Makefile.~28~
Diffstat (limited to 'ufs')
-rw-r--r--ufs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile
index 79b8f45e..5beca669 100644
--- a/ufs/Makefile
+++ b/ufs/Makefile
@@ -40,7 +40,8 @@ all: ufs
# Don't use $^ in this rule; it will omit the duplicates in $(LIBS).
ufs: $(OBJS) $(LIBS)
- $(CC) -Xlinker --no-keep-memory $(CFLAGS) -o $@ $(OBJS) $(LIBS)
+ $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
+# -Xlinker --no-keep-memory
exec_server_image.o: ../exec/exec ../mkbootfs/mkbootfs
rsh $(mighost) -n cd `pwd` \; \