summaryrefslogtreecommitdiff
path: root/mkbootfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-31 18:14:53 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-31 18:14:53 +0000
commit5987185d3f823e93c14718655e6e8b09f193a00f (patch)
tree4cdf9f988ebb049193523a9e6d99893ddc34029d /mkbootfs
parent385915a34eeb04cf5e932ed47e742aabed098b2e (diff)
Formerly Makefile.~4~
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 10106986..ba6ab062 100644
--- a/mkbootfs/Makefile
+++ b/mkbootfs/Makefile
@@ -20,7 +20,7 @@ include ../Makeconf
DIST_FILES = mkbootfs.c Makefile
all: mkbootfs
mkbootfs: mkbootfs.c
- $(CC) mkbootfs.c -o mkbootfs
+ rsh $(mighost) cd `pwd` \; $(CC) mkbootfs.c -o mkbootfs
clean:
rm -f mkbootfs *.o