automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compile multiple programs w/extension gives error


From: Ralf Wildenhues
Subject: Re: compile multiple programs w/extension gives error
Date: Tue, 15 Nov 2005 07:44:40 +0100
User-agent: Mutt/1.5.9i

* Ralf Wildenhues wrote on Tue, Nov 15, 2005 at 07:37:50AM CET:
> 
> noinst_PROGRAMS = program.elf program.bin
> program_elf_SOURCES = main.c
> 
> program.bin$(EXEEXT): program.elf
>       $(OBJCOPY) -O binary program.elf program.bin

Gaah, that should've been 
       $(OBJCOPY) -O binary program.elf$(EXEEXT) program.bin$(EXEEXT)

of course.

Sorry,
Ralf, goes off for coffee




reply via email to

[Prev in Thread] Current Thread [Next in Thread]