On Thu, Feb 24, 2000 at 08:38:28PM +1100, Ryan McBride wrote:

> [root@bedrock ip_masq_icq-0.55]# make install
> Makefile:15: *** missing separator.  Stop.

This may mean you have spaces rather than a tab preceding the commands in
a rule. Makefile syntax is:

# separate multiple dependencies with spaces, not tabs
target: dependencies
        command
        command
        ...
^^^^^^^^ The first character on these lines *must* be a tab.  What's on
line 15?

Cheers,

John
-- 
whois [EMAIL PROTECTED]
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to