diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 02:31:52 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 02:31:52 +0000 |
commit | f30e0393f2b8efd5cec170fe1749af81b2c27822 (patch) | |
tree | a6095aeeb9c96954f5e4849ac01aea39fe9401c7 | |
parent | 78eacd9a3aac87801d3958e99b11ff6fe6ff9b7c (diff) |
Formerly Makefile.~23~
-rw-r--r-- | ufs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 67ac3b16..7c3c6ca7 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -42,10 +42,10 @@ ufs: $(OBJS) $(LIBS) $(link) exec_server_image.o: ../exec/exec ../mkbootfs/mkbootfs - rsh -n $(mighost) cd `pwd` \; \ + rsh $(mighost) -n cd `pwd` \; \ ../mkbootfs/mkbootfs ../exec/exec exec_server_image.o -install: +install: clean: rm -f *.o ufs |