From owner-freebsd-current Sun May 23 6:47:39 1999 Delivered-To: freebsd-current@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 237DC15253 for ; Sun, 23 May 1999 06:47:37 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id IAA04259; Sun, 23 May 1999 08:47:36 -0500 (CDT) Date: Sun, 23 May 1999 08:47:36 -0500 (CDT) From: Steve Price To: obrien@NUXI.com Cc: freebsd-current@FreeBSD.ORG Subject: Re: libg2c.a in -current In-Reply-To: <19990523030048.B89493@nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 23 May 1999, David O'Brien wrote: # > Index: Makefile # > =================================================================== # > RCS file: /home/ncvs/src/gnu/lib/libg2c/Makefile,v # .... # > +beforeinstall: # > + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/g2c.h \ # > + ${DESTDIR}/usr/include # > + # # # $ brucify Makefile # Line 123: Continuation of rule should be indented 4 spaces, not 1 tab # character. I pilfered the format from src/lib/libalias/Makefile, so it fails brucify(1) there as well. :) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message