Date: Wed, 14 Feb 2001 09:14:33 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Tim Van Holder cc: djgpp-workers AT delorie DOT com Subject: RE: [alain AT qnx DOT com: GNU_grep-2.5b_beta] In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 14 Feb 2001, Tim Van Holder wrote: > > Rem install-sh is required by the configure script but clashes with the > > Rem various Makefile install-foo targets, so we MUST have it before the > > Rem script runs and rename it afterwards > These should really be fixed in the makefile (those rules should be .PHONY) Sometimes they are, sometimes they aren't. I got tired of having "make install" fail on me in some directories of some packages (and from struggling with frequent incompatible changes in Automake), so I copied that snippet to all the packages I ported. It doesn't hurt, because it is all done behind the scenes.