summaryrefslogtreecommitdiff
path: root/mkbootfs/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-06 17:26:56 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-06 17:26:56 +0000
commit8770ce0d0d82d0b883400637dcd9d02e37d3b42f (patch)
tree38546d194e575275141f6f6fcc89fcd1333d4a8f /mkbootfs/Makefile
parenta9af355096e8b821ec5e3ab31c786bc1e7e85d61 (diff)
Formerly Makefile.~9~
Diffstat (limited to 'mkbootfs/Makefile')
-rw-r--r--mkbootfs/Makefile3
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