diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-19 22:08:06 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-19 22:08:06 +0000 |
commit | 4f85e4ca8ab39d1acacfb6efcdac92f2faaf4206 (patch) | |
tree | fbfab063d8a2a6ea1a07a7964bcb3b6b52789a4c | |
parent | 28d4c93736a4d786b20e737cc6fe49c2c70502ec (diff) |
Formerly Makefile.~28~
-rw-r--r-- | ufs/Makefile | 3 |
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` \; \ |