Date: Wed, 28 Jul 1999 10:42:44 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Jeff Fritsche cc: djgpp AT delorie DOT com Subject: Re: Make fails with "*** missing separator." In-Reply-To: <379E3514.4B072340@persoft.com> 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 Jul 1999, Jeff Fritsche wrote: > The makefile is generated by the Perl script just fine. When I run > "Make", the following error message is returned: > > Makefile:731: *** missing separator. Stop. Did you look at line 731 of the Makefile? If so, tell us what does it say. FWIW, the above message usually means that the offending line uses leading spaces instead of a TAB to indent a command in a rule, but Perl should know better...