On Jan 6, 7:34 am, Steve Calfee <[EMAIL PROTECTED]> wrote: > > CC = g++ > > > vpath %.cpp .:../../parent/comp01 > > That is not the syntax for vpath. Look in the make manual. A very good > source ishttp://make.paulandlesley.org/ >
What's wrong here? What I'm trying to say here is, for any prerequisite ending with .cpp, look either in the current directory or in "../../parent/comp01" directory. This is how the manual says. Am I wrong? Thanks, Ishan.