From a642f8765c4d75e5b978769a6a19e934bc429520 Mon Sep 17 00:00:00 2001 From: David McCullough Date: Tue, 14 Jul 2009 23:00:33 +0000 Subject: [PATCH] the "all" target should not be depending on "ld-elf2flt" 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 2e6b9ea..a36200a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- 2.39.5