diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-31 18:14:53 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-31 18:14:53 +0000 |
commit | 5987185d3f823e93c14718655e6e8b09f193a00f (patch) | |
tree | 4cdf9f988ebb049193523a9e6d99893ddc34029d | |
parent | 385915a34eeb04cf5e932ed47e742aabed098b2e (diff) |
Formerly Makefile.~4~
-rw-r--r-- | mkbootfs/Makefile | 2 |
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 |