help-make
[Top][All Lists]
Advanced

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

Re: Implicit rules in sub-directories


From: Aditya Kher
Subject: Re: Implicit rules in sub-directories
Date: Tue, 1 Jun 2010 22:15:57 +0900

aha. That is exactly what I was looking for.
thanks as always paul


On Tue, Jun 1, 2010 at 9:48 PM, Paul Smith <address@hidden> wrote:

Instead you need to force this rule to be always run.  You can try
something like this:

       libA_ref_model.so: FORCE
               $(MAKE) --dir=A $@

       FORCE: ;



reply via email to

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