Subject: Re: make build error
To: Chan Yiu Wah <c5666305@hkstar.com>
From: Tom Ivar Helbekkmo <tih@kpnQwest.no>
List: current-users
Date: 06/10/2001 14:01:04
Chan Yiu Wah <c5666305@hkstar.com> writes:

> When I tried to make build with source up to Jun 08, 2001, I encountered
> an error as followings.  Any idea to fix it ?  Thanks.

In /usr/src/lib/runemodule/Makefile.inc, I changed

        LIBDIR=		/usr/lib/runemodule

to

        .ifmake (install)
        LIBDIR=		/usr/lib/runemodule
        .endif

This did the trick for me.

-tih
-- 
The basic difference is this: hackers build things, crackers break them.