diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-06 17:26:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-06 17:26:56 +0000 |
commit | 8770ce0d0d82d0b883400637dcd9d02e37d3b42f (patch) | |
tree | 38546d194e575275141f6f6fcc89fcd1333d4a8f /mkbootfs | |
parent | a9af355096e8b821ec5e3ab31c786bc1e7e85d61 (diff) |
Formerly Makefile.~9~
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 |