From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: grx20 graphics library Date: Mon, 07 Apr 1997 06:44:45 -0700 Organization: Two pounds of chaos and a pinch of salt Lines: 24 Message-ID: <3348FA4D.75F8@cs.com> References: <33497F1D DOT 3F62 AT vaxxine DOT com> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp226.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Mike Reid wrote: > > I downloaded the grx20 graphics library and when rebuilding using the > makefile in the /src directory it errored with "nothing to be done for > 'all'". I'm pretty sure it's an error in the makefile. If you know how > to patch it up or help in any way please respond. Thank you No, it's just that the library is already built for you. The makefile recognizes this and doesn't recompile it. At least, that's what I think the problem is. :) Try changing the modification date on one or more source files (edit and save, or run the 'touch' program in the GNU Fileutils) and try running Make again. -- John M. Aldrich * Anything that happens, happens. * Anything that, in happening, causes something else to happen, causes something else to happen. * Anything that, in happening, causes itself to happen again, happens again. * It doesn't necessarily do it in chronological order, though. --- Douglas Adams