From cf913a8b454d6d393a0148b83c1a5a41f9b18b48 Mon Sep 17 00:00:00 2001 From: hpa Date: Thu, 30 Dec 2004 21:34:18 +0000 Subject: [PATCH] Make the various Makefiles agree what is BTARGET and what is ITARGET --- dos/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dos/Makefile b/dos/Makefile index f17e403..7da22fe 100644 --- a/dos/Makefile +++ b/dos/Makefile @@ -20,18 +20,19 @@ LIBOBJS = conio.o memcpy.o memset.o skipatou.o atou.o malloc.o free.o \ VPATH = .:..:../libfat -all: installer +TARGETS = syslinux.com + +all: $(TARGETS) tidy: -rm -f *.o *.i *.s *.a .*.d *.elf clean: tidy - -rm -f syslinux.com spotless: clean - -rm -f *~ + -rm -f *~ $(TARGETS) -installer: syslinux.com +installer: syslinux.elf: $(OBJS) libcom.a $(LD) $(LDFLAGS) -o $@ $^ -- 2.7.4