Let this build without bison.

This commit is contained in:
fredb 2000-09-29 00:36:41 +00:00
parent f7e61771ec
commit e652f819d9
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,3 @@
$NetBSD: patch-sum,v 1.1 2000/09/29 00:36:41 fredb Exp $
MD5 (patch-aa) = 73cccdedd7d9a86a1a1ddb5fd3fe00f1

View file

@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1 2000/09/29 00:36:41 fredb Exp $
--- gas/Makefile.in.orig Fri May 1 10:45:03 1998
+++ gas/Makefile.in Thu Sep 28 18:44:51 2000
@@ -87,7 +87,7 @@
tooldir = $(exec_prefix)/$(target_alias)
-YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
+YACC = @YACC@
LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
DEP = mkdep