start a.out2com script with 'sh' (Bug#365.1, reported by Antoine Leca)

This commit is contained in:
David van Moolenbroek 2010-01-05 09:21:55 +00:00
parent bac0e91705
commit 709ca777bd

View file

@ -60,13 +60,13 @@ dosboot: doshead.o dosboot.o bootimage.o rawfs86.o
doshead.o dosboot.o bootimage.o rawfs86.o $(LIBS)
boot.com: dosboot
./a.out2com dosboot boot.com
exec sh a.out2com dosboot boot.com
mkfile: mkfhead.s mkfile.c
$(LD) -.o -mi86 -com -o $@ mkfhead.s mkfile.c $(LIBS)
mkfile.com: mkfile
./a.out2com mkfile mkfile.com
exec sh a.out2com mkfile mkfile.com
installboot: installboot.o rawfs.o
$(CC) $(STRIP) -o installboot installboot.o rawfs.o