summaryrefslogtreecommitdiff
path: root/mkbootfs/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-20 20:26:50 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-20 20:26:50 +0000
commit523abd876fc15e28e0d47e34c91494357d8ccc41 (patch)
tree209f286db8252eb228e33b719200dafd750dc4df /mkbootfs/Makefile
parent2b474e2589a83801bbac0c8d438a82fdb29ce3ab (diff)
Formerly Makefile.~11~
Diffstat (limited to 'mkbootfs/Makefile')
-rw-r--r--mkbootfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkbootfs/Makefile b/mkbootfs/Makefile
index 95fcd542..c140bb00 100644
--- a/mkbootfs/Makefile
+++ b/mkbootfs/Makefile
@@ -23,7 +23,7 @@ SRCS = mkbootfs.c
all: mkbootfs
mkbootfs: mkbootfs.c
- rsh -n $(mighost) cd `pwd` \; $(MIGHOSTCC) mkbootfs.c -o mkbootfs
+ rsh $(mighost) -n cd `pwd` \; gcc mkbootfs.c -o mkbootfs
clean:
rm -f mkbootfs *.o