mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
20 lines
627 B
Diff
20 lines
627 B
Diff
SPDX-FileCopyrightText: 2021 Samuel Tyler <samuel@samuelt.me>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
This doesn't actually make sense, you can't use the built bison to bootstrap
|
|
itself. Make it use our bison instead.
|
|
|
|
--- bison-2.3/src/Makefile.am 2021-04-10 21:37:11.570390316 +1000
|
|
+++ bison-2.3/src/Makefile.am 2021-04-10 21:38:01.805804332 +1000
|
|
@@ -23,10 +23,6 @@
|
|
|
|
LDADD = ../lib/libbison.a $(LIBINTL)
|
|
|
|
-# Use our own Bison to build the parser. Of course, you ought to
|
|
-# keep a sane version of Bison nearby...
|
|
-YACC = ../tests/bison -y
|
|
-
|
|
bin_PROGRAMS = bison
|
|
bin_SCRIPTS = $(YACC_SCRIPT)
|
|
EXTRA_SCRIPTS = yacc
|