[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Makefile: How to create "eqn.cpp" and "eqn.hpp" as they are not rebu
From: |
Bjarni Ingi Gislason |
Subject: |
Re: Makefile: How to create "eqn.cpp" and "eqn.hpp" as they are not rebuilt when removed |
Date: |
Fri, 14 Jul 2023 19:39:03 +0000 |
Fixing the compilation.
The program "bison" needs the option "-y" to name its output files in
the same way as "byacc" does, that is, according to the "POSIX yacc".
So use
export YACC='bison -y'