# HG changeset patch # User Edouard Tisserant # Date 1393583273 -3600 # Node ID 878e9bf4c6ec0e043412f4190cfb2054c8420ef7 # Parent 9c6c588fd7085bd382a10fed26b1f9196f83f2a4 Added stage1_2/Makefile.am weird rule to keep compatible with previous version of automake 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 \