Date: Wed, 28 Apr 1999 10:33:26 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Endlisnis cc: djgpp AT delorie DOT com Subject: Re: Why are tabs required in makefiles? In-Reply-To: <3725EF85.F7A71454@unb.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 27 Apr 1999, Endlisnis wrote: > But would you ever use a ";" at the beginning of the command line? We are talking about a way to *know* that ";" begins a command. So the right question is ``would I ever use ";" at the beginning of something that is NOT a command?'' Since ";" is also used to separate multiple directives in a Makefile, I guess we cannot use it in this context. To say nothing of the fact that the Posix standard should be changed for this to be used. Anyway, even if we did use ";", it won't help people who edit working Makefile's and have the TABs silently converted to spaces by their editor.