help-make
[Top][All Lists]
Advanced

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

Re: Why make complains though implicit rule is present ..


From: Paul Smith
Subject: Re: Why make complains though implicit rule is present ..
Date: Fri, 08 Jun 2007 09:04:44 -0400

On Fri, 2007-06-08 at 13:01 +0000, sharan basappa wrote:
> Must remake target `dir1/print2dir1.d;'.
> make: *** No rule to make target `dir1/print2dir1.d;'.  Stop.

Whoops, I didn't even notice this.  Your problem is you have a ";" at
the end of the filename.  Your filename is dir1/print2dir1.d; not
dir1/print2dir1.d.

I expect your sed script is broken and is generating incorrect
filenames.  I suggest you take a look at your output .d files and make
sure they're accurate.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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