From owner-cvs-all Thu Sep 3 03:10:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA22682 for cvs-all-outgoing; Thu, 3 Sep 1998 03:10:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA22677; Thu, 3 Sep 1998 03:10:11 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA07006; Thu, 3 Sep 1998 03:10:05 -0700 (PDT) Date: Thu, 3 Sep 1998 03:10:05 -0700 (PDT) Message-Id: <199809031010.DAA07006@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/compile_et Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/03 03:10:05 PDT Modified files: (Branch: RELENG_2_2) usr.bin/compile_et Makefile Log: Fix this so we use old YACC behavior of y.tab.h rather than newer error_table.h as there is a error_table.h in lib/libcom_err which error_table.y includes. Revision Changes Path 1.5.6.1 +2 -1 src/usr.bin/compile_et/Makefile