diff -r 9c6c588fd708 -r 878e9bf4c6ec stage1_2/Makefile.am --- a/stage1_2/Makefile.am Wed Feb 19 22:27:11 2014 +0100 +++ b/stage1_2/Makefile.am Fri Feb 28 11:27:53 2014 +0100 @@ -7,6 +7,9 @@ # by other C++ code that will also be compiled. BUILT_SOURCES = iec_bison.hh +%.hh: %.h + cp $< $@ + CLEANFILES = \ iec_flex.cc \ iec_bison.cc \