On 10/5/23 01:57, Sam James wrote: >> -QLParser.tab.cc QLParser.tab.hh: QLParser.yy >> +# bison generates two files QLParser.tab.cc, QLParser.tab.hh. >> +# we don't know which file will be newer. >> +# Make QLParser.tab.cc always newer than QLParser.tab.hh. >> +QLParser.tab.hh: QLParser.yy >> + if test "$(BISON)" == ":"; then \ > Please use =, not ==, as == is a Bashism and configure scripts (etc) > must work with POSIX shell. > I will fix this. Thank you for review. -Vladimir