automake
[Top][All Lists]
Advanced

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

Re: How to force a compilation ?


From: Alexandre Duret-Lutz
Subject: Re: How to force a compilation ?
Date: Thu, 14 Feb 2002 14:00:35 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu)

>>> "bj" == bj Joël <address@hidden> 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

[...]

-- 
Alexandre Duret-Lutz




reply via email to

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