Date: Thu, 3 Sep 1998 03:12:56 -0700 From: "David O'Brien" <obrien@NUXI.com> To: stable@FreeBSD.ORG Subject: Re: make world died Message-ID: <19980903031256.A6042@nuxi.com> In-Reply-To: <19980903022010.A29645@nuxi.com>; from David O'Brien on Thu, Sep 03, 1998 at 02:20:10AM -0700 References: <Pine.BSF.4.02A.9809020115001.8826-100000@shell6.ba.best.com> <19980903022010.A29645@nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Here is the patch: RCS file: /home/ncvs/src/usr.bin/compile_et/Makefile,v retrieving revision 1.5 retrieving revision 1.5.6.1 diff -u -r1.5 -r1.5.6.1 --- Makefile 1995/02/09 00:24:00 1.5 +++ Makefile 1998/09/03 10:10:05 1.5.6.1 @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.5 1995/02/09 00:24:00 jkh Exp $ +# $Id: Makefile,v 1.5.6.1 1998/09/03 10:10:05 obrien Exp $ PROG= compile_et SRCS= compile_et.c error_table.y +SRCS+= y.tab.h CFLAGS+= -I. -I${.CURDIR}/../../lib/libcom_err CLEANFILES+= et_lex.lex.c y.tab.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980903031256.A6042>