Added stage1_2/Makefile.am weird rule to keep compatible with previous version of automake
authorEdouard Tisserant
Fri, 28 Feb 2014 11:27:53 +0100
changeset 871 878e9bf4c6ec
parent 870 9c6c588fd708
child 881 e05d69c1ccb3
Added stage1_2/Makefile.am weird rule to keep compatible with previous version of automake
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 \