diff options
Diffstat (limited to 'mkbootfs/Makefile')
-rw-r--r-- | mkbootfs/Makefile | 2 |
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 |