# HG changeset patch # User Mike Miller # Date 1425168468 18000 # Node ID 2350fc8ba960eebf7aeffbc37ddb275a5e64058e # Parent 7575048a555bf9c4d77cbc905a06bcad74b94d04 build: Fix build failure on missing oct-parse.h (bug #44391) * libinterp/Makefile.am (GENERATED_MAKE_BUILTINS_INCS): Include parse-tree/oct-parse.h in the list. * libinterp/parse-tree/module.mk (parse-tree/oct-parse.h): Depend on parse-tree/oct-parse.cc. diff -r 7575048a555b -r 2350fc8ba960 libinterp/Makefile.am --- a/libinterp/Makefile.am Fri Feb 27 23:54:17 2015 -0500 +++ b/libinterp/Makefile.am Sat Feb 28 19:07:48 2015 -0500 @@ -52,6 +52,7 @@ oct-conf-features.h \ oct-conf.h \ parse-tree/oct-gperf.h \ + parse-tree/oct-parse.h \ version.h BUILT_SOURCES = \ diff -r 7575048a555b -r 2350fc8ba960 libinterp/parse-tree/module.mk --- a/libinterp/parse-tree/module.mk Fri Feb 27 23:54:17 2015 -0500 +++ b/libinterp/parse-tree/module.mk Sat Feb 28 19:07:48 2015 -0500 @@ -90,6 +90,8 @@ mv $@-t $@ && \ rm -f $@-t1 +parse-tree/oct-parse.h: parse-tree/oct-parse.cc + parse-tree/oct-parse.yy: parse-tree/oct-parse.in.yy $(AM_V_GEN)$(call subst-bison-api-decls,octave_)