From owner-freebsd-current Wed Apr 29 23:46:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA18970 for freebsd-current-outgoing; Wed, 29 Apr 1998 23:46:19 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA18964 for ; Wed, 29 Apr 1998 23:46:17 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id AAA24628; Thu, 30 Apr 1998 00:46:17 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id AAA06919; Thu, 30 Apr 1998 00:46:16 -0600 Date: Thu, 30 Apr 1998 00:46:16 -0600 Message-Id: <199804300646.AAA06919@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: The Hermit Hacker Cc: current@FreeBSD.ORG Subject: Re: bc broken in current tree... In-Reply-To: References: X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try this patch (note cut-n-paste white-space differences). Index: Makefile =================================================================== RCS file: /home/ncvs/src/gnu/usr.bin/bc/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 1998/04/29 22:05:23 1.6 +++ Makefile 1998/04/30 06:43:44 @@ -18,7 +18,7 @@ CFLAGS+= -DHAVE_VPRINTF=1 -DSTDC_HEADERS=1 -DHAVE_ISGRAPH=1 \ -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 \ -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 \ - -I${.CURDIR}/../../../contrib/bc/h -I. + -I${.CURDIR}/../../../contrib/bc/h -I${.CURDIR} CLEANFILES+= ${GENSRCS} y.tab.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message