Building re2c after a make clean will fail:
cd re2c-0.13.5
./configure
<-- snipped -->
make
<-- snipped -->
make clean
test -z "re2c" || rm -f re2c
test -z "parser.cc y.tab.c y.tab.h scanner.cc re2c.1 .version
htdocs/manual.html" || rm -f parser.cc y.tab.c y.tab.h scanner.cc re2c.1
.version htdocs/manual.html
rm -f *.o
./configure
<-- snipped -->
make
yacc -d ./parser.y || exit
/bin/sh: yacc: command not found
make: *** [parser.cc] Error 127
Original comment by: *anonymous
Building re2c after a make clean will fail:
cd re2c-0.13.5
./configure
<-- snipped -->
make
<-- snipped -->
make clean
test -z "re2c" || rm -f re2c
test -z "parser.cc y.tab.c y.tab.h scanner.cc re2c.1 .version
htdocs/manual.html" || rm -f parser.cc y.tab.c y.tab.h scanner.cc re2c.1
.version htdocs/manual.html
rm -f *.o
./configure
<-- snipped -->
make
yacc -d ./parser.y || exit
/bin/sh: yacc: command not found
make: *** [parser.cc] Error 127
Original comment by: *anonymous