changeset 19914:2350fc8ba960

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.
author Mike Miller <mtmiller@ieee.org>
date Sat, 28 Feb 2015 19:07:48 -0500
parents 7575048a555b
children f25fe5369022
files libinterp/Makefile.am libinterp/parse-tree/module.mk
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 = \
--- 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_)