help-make
[Top][All Lists]
Advanced

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

Variable assignment that depends on a generated target


From: David Wuertele
Subject: Variable assignment that depends on a generated target
Date: Tue, 24 Apr 2007 23:17:57 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I have a variable named VERSION that is set thusly:

   VERSION := $(shell grep VERSION /path/to/some/file)

The problem is that /path/to/some/file is a target that is generated after the
VERSION is assigned.

I would like to force /path/to/some/file to get generated before VERSION is
assigned.  Is there a way to specify that?

Dave





reply via email to

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