summaryrefslogtreecommitdiff
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
commit02288d5d114ab3557e2a415771b35e670ac35912 (patch)
tree7ebbc7c1d44bbced81f1f8cb5fc4f2d81fb8f71e
parent9401289a7a00f2ae71974466155df89b77ac3b27 (diff)
Formerly Makefile.~28~
-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` \; \