OSDN Git Service

the "all" target should not be depending on "ld-elf2flt"
authorDavid McCullough <davidm@snapgear.com>
Tue, 14 Jul 2009 23:00:33 +0000 (23:00 +0000)
committerDavid McCullough <davidm@snapgear.com>
Tue, 14 Jul 2009 23:00:33 +0000 (23:00 +0000)
anymore as this is handled through the PROG vars.  it isnt a problem
for Linux systems, but when EXEEXT is set, things go boom.

Mike Frysinger <vapier.adi@gmail.com>

Makefile.in

index 2e6b9ea..a36200a 100644 (file)
@@ -64,7 +64,7 @@ endif
 
 PROGS = $(PROG_ELF2FLT) $(PROG_FLTHDR) $(PROG_LD_ELF2FLT_C) $(PROG_LD_ELF2FLT_SH)
 
-all: $(PROGS) ld-elf2flt
+all: $(PROGS)
 
 # We need to declare the link explicitly because make only provides
 # implicit rules when EXEEXT is set to nothing