Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 1998 00:46:16 -0600
From:      Nate Williams <nate@mt.sri.com>
To:        The Hermit Hacker <scrappy@hub.org>
Cc:        current@FreeBSD.ORG
Subject:   Re: bc broken in current tree...
Message-ID:  <199804300646.AAA06919@mt.sri.com>
In-Reply-To: <Pine.BSF.3.96.980430012009.466M-100000@thelab.hub.org>
References:  <Pine.BSF.3.96.980430012009.466M-100000@thelab.hub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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