changeset 5954:250e062c3393

[project @ 2006-08-22 17:04:27 by jwe]
author jwe
date Tue, 22 Aug 2006 17:04:28 +0000
parents 164214586706
children fc46f9c99028
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-22  John W. Eaton  <jwe@octave.org>
+
+	* Makefile.in (INCLUDES): Remove matrix.h from the list.
+
 2006-08-22  David Bateman  <dbateman@free.fr>
 
 	* sparse-xpow.cc: Replace all uses of pow by std::pow.
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -98,7 +98,7 @@
 	error.h file-io.h gripes.h help.h input.h \
 	lex.h load-path.h load-save.h ls-hdf5.h ls-mat-ascii.h ls-mat4.h \
 	ls-mat5.h ls-oct-ascii.h ls-oct-binary.h ls-utils.h \
-	matrix.h mex.h mexproto.h mxarray.h \
+	mex.h mexproto.h mxarray.h \
 	oct-errno.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 zfstream.h \
 	oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h pager.h \