diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-05 23:06:48 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-05 23:06:48 +0000 |
commit | c2fbe0571f74769aeaf049f6d713b3f3a9271e75 (patch) | |
tree | f25bee4cdfb2e304e0b67f13cc8dd475d7b45db4 /ufs | |
parent | c8a9dd294412b054961110debecbe1c39bfdb5cd (diff) |
Formerly Makefile.~22~
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 98e6391f..67ac3b16 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -42,7 +42,7 @@ ufs: $(OBJS) $(LIBS) $(link) exec_server_image.o: ../exec/exec ../mkbootfs/mkbootfs - rsh $(mighost) cd `pwd` \; \ + rsh -n $(mighost) cd `pwd` \; \ ../mkbootfs/mkbootfs ../exec/exec exec_server_image.o install: |