Mercurial > hg > octave-lyh
changeset 4959:5eb434fdd95a
[project @ 2004-09-02 03:38:25 by jwe]
author | jwe |
---|---|
date | Thu, 02 Sep 2004 03:40:38 +0000 |
parents | 3f11fb1c5dab |
children | ce01dbd7e026 |
files | src/ChangeLog src/Makefile.in |
diffstat | 2 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,9 +1,9 @@ 2004-09-01 John W. Eaton <jwe@octave.org> - * Makefile.in (INCLUDES): Add op-int.h to the list. - * version.h (OCTAVE_VERSION): Now 2.1.58. + * Makefile.in (INCLUDES): Add OPERATORS/op-int.h to the list. + * Makefile.in (DISTFILES): Include $(EXTRAS) in the list. 2004-09-01 David Bateman <dbateman@free.fr>
--- a/src/Makefile.in +++ b/src/Makefile.in @@ -91,10 +91,11 @@ ls-mat5.h ls-oct-ascii.h ls-oct-binary.h ls-utils.h \ oct-fstrm.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \ oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h \ - oct-strstrm.h oct-lvalue.h oct.h octave.h op-int.h ops.h pager.h \ + oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h pager.h \ parse.h pr-output.h procstream.h sighandlers.h siglist.h \ symtab.h sysdep.h token.h toplev.h unwind-prot.h utils.h \ - variables.h version.h xdiv.h xpow.h $(OV_INCLUDES) $(PT_INCLUDES) + variables.h version.h xdiv.h xpow.h OPERATORS/op-int.h \ + $(OV_INCLUDES) $(PT_INCLUDES) TI_XSRC := Array-oc.cc Array-os.cc Array-sym.cc Array-tc.cc