From: Charles Krug Newsgroups: comp.os.msdos.djgpp Subject: Re: Why are tabs required in makefiles? Date: Fri, 23 Apr 1999 16:22:00 -0400 Organization: Pentek Corporation Lines: 13 Message-ID: <3720D668.7691CAE6@pentek.com> References: NNTP-Posting-Host: mail.pentek.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (WinNT; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Andrew R. Gillett" wrote: > I am just wondering why > tabs are required at all, especially seeing how in most actual code it > doesn't matter whether you indent things with tabs, spaces, or even > nothing at all. For the same reason a semicolon is required at the end of a line of C code. It is a syntactical requirement of makefiles. Charles