Date: Mon, 17 Apr 2000 20:30:41 -0400 Message-Id: <200004180030.UAA25385@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <8dg7gh$smr$1@nnrp1.deja.com> (message from Rossz on Mon, 17 Apr 2000 23:42:12 GMT) Subject: Re: Make and filename case References: <8dg7gh$smr$1 AT nnrp1 DOT deja DOT com> 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 DOS/Windows systems, it should ignore the case when checking > rules, in my opinion. Sorry, most DJGPP tools are very case-sensitive. That's all part of the "emulating unix" goals. Especially since there's a big difference between a *.s file and a *.S file (one tells gcc to invoke the preprocessor, the other doesn't).