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 | b10785970feeff92416ef348ef80cab5aaa3998b (patch) | |
tree | d07e502c5b47a156e14bd00f87d75d4b865f3154 /ufs/Makefile | |
parent | a7a679234f52de2b124d64fb788d48b1fd662f1b (diff) |
Formerly Makefile.~23~
Diffstat (limited to 'ufs/Makefile')
-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 |