From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Bug in Make? Completely incorrect behavior. Date: Wed, 12 Jan 2000 09:02:32 +0200 Organization: NetVision Israel Lines: 26 Message-ID: References: <387bc68e DOT 493166929 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 947660751 15662 199.203.121.2 (12 Jan 2000 07:05:51 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 12 Jan 2000 07:05:51 GMT X-Sender: eliz AT is In-Reply-To: <387bc68e.493166929@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 Wed, 12 Jan 2000, SpamKiLr wrote: > I am once again having problems with GNU make. Now it says "*** > multiple target patterns. Stop." for a line that reads > > $(DOCTARGETFILE): $(DOCSOURCEFILES) > > where $(DOCTARGETFILE) is defined before this rule (or indeed any > rules) and expands to > > ../docs/allclasses-frame.html > > This does not contain the pattern character '%' at all, let alone > multiple times. ``Multiple target patterns'' doesn't refer to `%', it pertains to another type of snafu. But since you didn't post the Makefile, and didn't even tell what DOCSOURCEFILES expands to, it is impossible to know what is the problem. > Please inform me immediately of a workaround for the > bug I seem to have stumbled upon. ``Inform me immediately'' is hardly a nice way of asking for free help, even with a ``please''.