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 | c0e4f35272ccf8a8d9e9e87167b39e66dc1243f4 (patch) | |
tree | 676a5da612efb57752fbab29656c178a5d32c351 | |
parent | b4cc3bdd6720011c09bddfd3bd8d5e88c6215d22 (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 |