public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* make file error
@ 2002-04-24  5:45 Claude Marshall
  2002-04-25  5:57 ` Chad Walstrom
  0 siblings, 1 reply; 2+ messages in thread
From: Claude Marshall @ 2002-04-24  5:45 UTC (permalink / raw)
  To: gnats-devel

What can possibly cause the following error in a make
file:

makefile:5: missing separator (did you mean TAB
instead of 8 spaces?). Stop.

Any help will be appreciated.

__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: make file error
  2002-04-24  5:45 make file error Claude Marshall
@ 2002-04-25  5:57 ` Chad Walstrom
  0 siblings, 0 replies; 2+ messages in thread
From: Chad Walstrom @ 2002-04-25  5:57 UTC (permalink / raw)
  To: Claude Marshall; +Cc: gnats-devel

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

On Tue, Apr 23, 2002 at 06:09:01PM -0700, Claude Marshall wrote:
> What can possibly cause the following error in a make
> file:
> 
> makefile:5: missing separator (did you mean TAB
> instead of 8 spaces?). Stop.
> 
> Any help will be appreciated.

It means that your makefile has spaces instead of tabs.  This is a
syntatic "no-no".

# INCORRECT
target:
<spaces>gcc blah.c

# CORRECT
target:
<TAB>gcc blah.c

-- 
Chad Walstrom <chewie@wookimus.net>                 | a.k.a. ^chewie
http://www.wookimus.net/                            | s.k.a. gunnarr

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-25 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-24  5:45 make file error Claude Marshall
2002-04-25  5:57 ` Chad Walstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).