From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Trouble with make Date: Mon, 10 Jan 2000 13:27:38 +0200 Organization: NetVision Israel Lines: 20 Message-ID: References: <387976d3 DOT 341661358 AT news DOT globalserve DOT net> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 947503857 6186 199.203.121.2 (10 Jan 2000 11:30:57 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 10 Jan 2000 11:30:57 GMT X-Sender: eliz AT is In-Reply-To: <387976d3.341661358@news.globalserve.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 10 Jan 2000, SpamKiLr wrote: > No, it's not a "Missing separator. Stop." :-) > > It appears to be a bug with a variable in a dependency. I have > something like: [snip] > If I replace $(VAR1) with the actual path and filename in the > dependency list for "all" I get "No rule to make target > foo/bar/baz.quux. Stop." or the like. This despite there being in the > makefile something like: All these ``something like''s might well hide the real problem. It is always best to post the exact Makefile in its entirety. You could try invoking Make with the -d switch. It produces humongously voluminous output, but it usually tells you why Make didn't think your target needed updating. If you cannot figure it out, post the output of "make -d" and the full Makefile here.