comparison libinterp/Makefile.am @ 19879: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 57b6e06ed811
comparison
equal deleted inserted replaced
19878:7575048a555b 19879:2350fc8ba960
50 corefcn/graphics.h \ 50 corefcn/graphics.h \
51 corefcn/mxarray.h \ 51 corefcn/mxarray.h \
52 oct-conf-features.h \ 52 oct-conf-features.h \
53 oct-conf.h \ 53 oct-conf.h \
54 parse-tree/oct-gperf.h \ 54 parse-tree/oct-gperf.h \
55 parse-tree/oct-parse.h \
55 version.h 56 version.h
56 57
57 BUILT_SOURCES = \ 58 BUILT_SOURCES = \
58 $(GENERATED_MAKE_BUILTINS_INCS) \ 59 $(GENERATED_MAKE_BUILTINS_INCS) \
59 builtin-defun-decls.h \ 60 builtin-defun-decls.h \