Update Makefile to make it compile with recent pilex
[c_to_python.git] / r.sh
1 #!/bin/sh
2 ../bootstrap_bison.git/src/bison -o /dev/null tests/parse-gram.y 2>tests/parse-gram.y.xml
3 ./y_to_python.py -I tests/bison_h -I tests/bison_h/src <tests/parse-gram.y.xml >tests/parse-gram.y.new.xml
4 ./xml_to_y.py <tests/parse-gram.y.new.xml >tests/parse-gram.y.new