Date: Tue, 27 Apr 1999 10:13:24 +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: <37251FA7.43AA03B9@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 Mon, 26 Apr 1999, Endlisnis wrote: > What if it allowed some other visible character to work as well as a TAB, > like ";"? There must be a visible character which would not break anything. I doubt if you could find such a character; most, if not all, are allowed in shell commands. ";", for example, separates multiple commands, and the DJGPP port of Make supports it even without a Unix-style shell.