From 709ca777bd74e29409a1e95ea69239593d9e3003 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Tue, 5 Jan 2010 09:21:55 +0000 Subject: [PATCH] start a.out2com script with 'sh' (Bug#365.1, reported by Antoine Leca) --- boot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/Makefile b/boot/Makefile index 99afcbe58..759fc5d5b 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -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