diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-20 20:26:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-20 20:26:50 +0000 |
commit | cf4a023d3f3602fb7d51f27052cacc9230eb0404 (patch) | |
tree | 615448b3bdaaedae0fef6823a7bdcb660ca15e99 /mkbootfs | |
parent | 8ca6b93bdbf7e3bbbdb9f6146f0db15abf45bccc (diff) |
Formerly Makefile.~11~
Diffstat (limited to 'mkbootfs')
-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 |