Mercurial > hg > octave-nkf
changeset 15463:6a05cad5b694
Fix first-pass compiling which creates bad *.df files (bug #37461)
* libinterp/Makefile.am: Re-order BUILT_SOURCES list so that all necessary
files are created before making builtin-defun-decls.h
author | Rik <rik@octave.org> |
---|---|
date | Mon, 01 Oct 2012 08:23:05 -0700 |
parents | e8b117b405f9 |
children | 930117c97760 |
files | libinterp/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libinterp/Makefile.am +++ b/libinterp/Makefile.am @@ -53,13 +53,13 @@ interpfcn/defaults.h \ interpfcn/graphics-props.cc \ interpfcn/graphics.h \ - builtin-defun-decls.h \ operators/ops.cc \ parse-tree/lex.cc \ parse-tree/oct-gperf.h \ parse-tree/oct-parse.cc \ oct-conf.h \ version.h \ + builtin-defun-decls.h \ builtins.cc BUILT_DISTFILES = \