summaryrefslogtreecommitdiff
path: root/mkbootfs
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
commitcf4a023d3f3602fb7d51f27052cacc9230eb0404 (patch)
tree615448b3bdaaedae0fef6823a7bdcb660ca15e99 /mkbootfs
parent8ca6b93bdbf7e3bbbdb9f6146f0db15abf45bccc (diff)
Formerly Makefile.~11~
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 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