automake
[Top][All Lists]
Advanced

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

Re: program target missing $(EXEEXT)


From: Robert Collins
Subject: Re: program target missing $(EXEEXT)
Date: Fri, 6 Apr 2001 07:42:19 +1000

----- Original Message -----
From: "Akim Demaille" <address@hidden>
To: <address@hidden>
Cc: "Robert Collins" <address@hidden>;
<address@hidden>
Sent: Friday, April 06, 2001 3:43 AM
Subject: Re: program target missing $(EXEEXT)


> >>>>> "Tom" == Tom Tromey <address@hidden> writes:
>
> Tom> I think the program rules somehow touched both PROG and PROG.exe.
>
> Sorry, I'm lost :(  What do you mean?
>
> I'm risking an answer which might be completely irrelevant: we now
> always use $(EXEEX), hence we don't to address both PROG and PROG.exe:
> just PROG$(EXEEXT).
>

Uhmm, actually it would be good to have a dummy PROG that just depends
on PROG$(EXEEXT)

Why?


Cygwin again :]

make prog will build the target prog, not prog.exe, and will build that
via implicit rules.

This is a nice-to-have BTW.

Rob




reply via email to

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