summaryrefslogtreecommitdiff
path: root/mkbootfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-05 23:06:15 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-05 23:06:15 +0000
commitc8a9dd294412b054961110debecbe1c39bfdb5cd (patch)
tree9d1992b25181c2d42e92c32b26659fe44773be97 /mkbootfs
parent881771538d6acbbd9f41c95e5fe41e2c63230784 (diff)
Formerly Makefile.~8~
Diffstat (limited to 'mkbootfs')
-rw-r--r--mkbootfs/Makefile2
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