comparison libinterp/parse-tree/module.mk @ 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 4f6ae6b94abe
children 0ce7d8303152
comparison
equal deleted inserted replaced
19913:7575048a555b 19914:2350fc8ba960
88 $(GPERF) -t -C -D -G -L C++ -Z octave_kw_hash $< > $@-t1 && \ 88 $(GPERF) -t -C -D -G -L C++ -Z octave_kw_hash $< > $@-t1 && \
89 $(SED) 's,lookup\[,gperf_lookup[,' < $@-t1 > $@-t && \ 89 $(SED) 's,lookup\[,gperf_lookup[,' < $@-t1 > $@-t && \
90 mv $@-t $@ && \ 90 mv $@-t $@ && \
91 rm -f $@-t1 91 rm -f $@-t1
92 92
93 parse-tree/oct-parse.h: parse-tree/oct-parse.cc
94
93 parse-tree/oct-parse.yy: parse-tree/oct-parse.in.yy 95 parse-tree/oct-parse.yy: parse-tree/oct-parse.in.yy
94 $(AM_V_GEN)$(call subst-bison-api-decls,octave_) 96 $(AM_V_GEN)$(call subst-bison-api-decls,octave_)
95 97
96 noinst_LTLIBRARIES += \ 98 noinst_LTLIBRARIES += \
97 parse-tree/libparse-tree.la \ 99 parse-tree/libparse-tree.la \