diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-05 23:06:15 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-05 23:06:15 +0000 |
commit | a6bccd7faf6c6922547434bd7d9dd1b711590717 (patch) | |
tree | 863de93a04ed5b8c2f2b1bea2be1c0f5c60cc284 /mkbootfs | |
parent | 9f5ef8cf555806912ef24062f4a34b19c08b0cbb (diff) |
Formerly Makefile.~8~
Diffstat (limited to 'mkbootfs')
-rw-r--r-- | mkbootfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkbootfs/Makefile b/mkbootfs/Makefile index 77de2bf0..d0f0bf31 100644 --- a/mkbootfs/Makefile +++ b/mkbootfs/Makefile @@ -20,7 +20,7 @@ include ../Makeconf DIST_FILES = mkbootfs.c Makefile ChangeLog all: mkbootfs mkbootfs: mkbootfs.c - rsh $(mighost) cd `pwd` \; $(CC) mkbootfs.c -o mkbootfs + rsh -n $(mighost) cd `pwd` \; $(CC) mkbootfs.c -o mkbootfs clean: rm -f mkbootfs *.o |