Date: Fri, 07 Jul 2000 03:17:03 +0900 (JST) From: Hajimu UMEMOTO <ume@mahoroba.org> To: roberto@eurocontrol.fr Cc: freebsd-current@FreeBSD.ORG Subject: Re: buildworld breakage in pim6sd Message-ID: <20000707.031703.74687893.ume@mahoroba.org> In-Reply-To: <20000706154927.D2451@caerdonn.eurocontrol.fr> References: <20000706154927.D2451@caerdonn.eurocontrol.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> On Thu, 6 Jul 2000 15:49:27 +0200
>>>>> Ollivier Robert <roberto@eurocontrol.fr> said:
roberto> /src/src/usr.sbin/pim6sd/cftoken.l:47: y.tab.h: No such file or directory
roberto> mkdep: compile failed
roberto> *** Error code 1
Thank you for reporting.
I just fixed.
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/usr.sbin/pim6sd/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile 2000/07/06 01:48:00 1.4
+++ Makefile 2000/07/06 18:13:29
@@ -84,6 +84,7 @@
y.tab.h: cfparse.y
CLEANFILES+= lex.yy.c y.tab.h y.tab.c
CFLAGS+=-Wall
+CFLAGS+=-I. -I${.CURDIR}
CFLAGS+=-DINET6 -DPIM -DIOCTL_OK_ON_RAW_SOCKET -DHAVE_GETIFADDRS
CFLAGS+=-DHAVE_STDARG_H
DPADD= ${LIBY} ${LIBL}
--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@mahoroba.org ume@bisd.hitachi.co.jp ume@FreeBSD.org
http://www.imasy.org/~ume/
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?20000707.031703.74687893.ume>
