Skip site navigation (1)Skip section navigation (2)
Date:      07 Nov 1998 15:27:31 +0100
From:      dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= )
To:        Dmitry Valdov <dv@dv.ru>
Cc:        current@FreeBSD.ORG
Subject:   Re: make world problem
Message-ID:  <xzppvazh92k.fsf@hvergelmir.ifi.uio.no>
In-Reply-To: Dmitry Valdov's message of "Sat, 7 Nov 1998 14:38:28 %2B0300 (MSK)"
References:  <Pine.BSF.3.95q.981107143734.15346A-100000@xkis.kis.ru>

next in thread | previous in thread | raw e-mail | index | archive | help

Dmitry Valdov <dv@dv.ru> writes:
> ===> libfetch
> install -C -o root -g wheel -m 444 /usr/src/lib/libfetch/fetch.h
> /usr/obj/elf/usr/src/tmp/usr/include
> install -C -o root -g wheel -m 444 /usr/src/lib/libfetch/fetch_err.h
> /usr/obj/elf/usr/src/tmp/usr/include
> install: /usr/src/lib/libfetch/fetch_err.h: No such file or directory
> *** Error code 71

Fixed. The Makefile looked for fetch_err.h in ${.CURDIR}, even though
it's generated and therefore lives in ${OBJDIR}.

DES
-- 
Dag-Erling Smørgrav - dag-erli@ifi.uio.no

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzppvazh92k.fsf>