From: Rossz Newsgroups: comp.os.msdos.djgpp Subject: Make and filename case Date: Mon, 17 Apr 2000 23:42:12 GMT Organization: Deja.com - Before you buy. Lines: 16 Message-ID: <8dg7gh$smr$1@nnrp1.deja.com> NNTP-Posting-Host: 208.239.86.120 X-Article-Creation-Date: Mon Apr 17 23:42:12 2000 GMT X-Http-User-Agent: Mozilla/4.5 [en] (Win95; U) X-Http-Proxy: 1.0 x40.deja.com:80 (Squid/1.1.22) for client 208.239.86.120 X-MyDeja-Info: XMYDJUIDrossz To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Using Make 3.78.1, with this rule: # how to assemble %.o: %.s $(AS) $*.s -o $*.o I found if the filename has an extension of .S (big letter) instead of .s, this rule is not used. On DOS/Windows systems, it should ignore the case when checking rules, in my opinion. Rossz Sent via Deja.com http://www.deja.com/ Before you buy.