diff options
Diffstat (limited to 'mkbootfs')
-rw-r--r-- | mkbootfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mkbootfs/Makefile b/mkbootfs/Makefile index d0f0bf31..a65cd722 100644 --- a/mkbootfs/Makefile +++ b/mkbootfs/Makefile @@ -17,10 +17,11 @@ dir := mkbootfs include ../Makeconf + DIST_FILES = mkbootfs.c Makefile ChangeLog all: mkbootfs mkbootfs: mkbootfs.c - rsh -n $(mighost) cd `pwd` \; $(CC) mkbootfs.c -o mkbootfs + rsh -n $(mighost) cd `pwd` \; $(MIGHOSTCC) mkbootfs.c -o mkbootfs clean: rm -f mkbootfs *.o |