|
From: | gk |
Subject: | Re: problems with 'include' |
Date: | Thu, 14 Nov 2002 15:21:41 -0800 |
At 11:37 AM 11/14/2002 -0500, Justin Chen-Wells wrote:
How can I get this to work automatically, so that you do not have to do a "make include1" before making other targets?
I think you need to tell make that include2 depends on include1: include2: include1 @echo "B := $(A)" > $@ - Greg Keraunen
[Prev in Thread] | Current Thread | [Next in Thread] |