help-make
[Top][All Lists]
Advanced

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

Re: complex makefile help


From: Boris Kolpackov
Subject: Re: complex makefile help
Date: Tue, 23 Mar 2004 20:49:58 +0000 (UTC)
User-agent: nn/6.6.5+RFC1522

Chris Inacio <address@hidden> writes:

> In my CVarBuildTarget and CXXVarBuildTarget functions, the "$<" gets 
> evaluated to "" and thus the output fails.  After examining the macro, 
> someone will tell me to replace "$<" with "$(1)", but that won't work, 
> because I use vpath's to find my source files, and vpath doesn't expand 
> a file name in a command like that :(  

What if someone would tell you to replace "$<" with "$$<". Would that work?

-boris





reply via email to

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