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 | c8a9dd294412b054961110debecbe1c39bfdb5cd (patch) | |
tree | 9d1992b25181c2d42e92c32b26659fe44773be97 /mkbootfs | |
parent | 881771538d6acbbd9f41c95e5fe41e2c63230784 (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 |