Date: Mon, 6 Nov 2000 10:04:44 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Bill Currie cc: djgpp AT delorie DOT com Subject: Re: newbie question involving InfoZIP source and DJGPP In-Reply-To: <20001106005138.A13905@taniwha.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 6 Nov 2000, Bill Currie wrote: > On Mon, Nov 06, 2000 at 09:15:40AM +0200, Eli Zaretskii wrote: > > Make doesn't know that changing a Makefile requires recompiling the > > entire distribution, unless all .o files have the Makefile in the list of > > their prerequisites. > > And doing so can be a royal PITA when you say add a new file to your project. It depends on the project. > In summary, this is what `make clean' is for :) "make -W" is better (if you have a single *.h file on which all .o files depend ;-).