From: hpa Date: Thu, 30 Dec 2004 21:34:18 +0000 (+0000) Subject: Make the various Makefiles agree what is BTARGET and what is ITARGET X-Git-Tag: syslinux-3.11~188 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf913a8b454d6d393a0148b83c1a5a41f9b18b48;p=platform%2Fupstream%2Fsyslinux.git Make the various Makefiles agree what is BTARGET and what is ITARGET --- 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 $@ $^