Alexandre Duret-Lutz wrote:
>>>>"bj" == bj Jo�l <[EMAIL PROTECTED]> writes:
>>>>
>
> [...]
>
> bj> rpl.o is built from rpl.c and rpl.h. But I would recompile this file
> bj> when "make" is done (even if rpl.o is up to date, because the gcc
> bj> command line contains "-Ddate=..." which changes.).
>
> You could add this to your Makefile:
>
> .PHONY : rpl.c
>
> [...]
>
I have tried to add
.PHONY: $(srcdir)/rpl.c
at Makefile.am. I have verified, after automake and configure stages,
that this line is in Makefile too.
But, when I do "make" in src directory, make returns :
make: Rien � faire pour `all'.
[in english : nothing to do, have a nice day ;-) ]
Weierstrass:[~/programmes/rpl-4.00pre4f/build/i686/src] >
Thus, the problem is not solved...
Regards,
JKB