From: "Tim Van Holder" To: Subject: RE: [alain AT qnx DOT com: GNU_grep-2.5b_beta] Date: Wed, 14 Feb 2001 00:14:17 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: <1E4DC52385A@HRZ1.hrz.tu-darmstadt.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 > Rem This is required because DOS/Windows are case-insensitive > Rem to file names, and "make install" will do nothing if Make > Rem finds a file called `install'. > [snip] > 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) Is it automake-based? If not, I'd suggest adding .PHONY dependencies for all phony targets. > [if test -d ".\."; then Are you sure this test works? Wouldn't that resolve to 'test -d ..' on any system?