changeset 5208:eaa9fe7ddbf3

[project @ 2005-03-15 19:33:46 by jwe]
author jwe
date Tue, 15 Mar 2005 19:33:46 +0000
parents 0c85be737139
children b2132431d1e0
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Mar 15 19:13:53 2005 +0000
+++ b/src/ChangeLog	Tue Mar 15 19:33:46 2005 +0000
@@ -3,6 +3,8 @@
 	* version.h (OCTAVE_API_VERSION): Now 2.9.0.
 	(OCTAVE_API_VERSION): Now api-v14.
 
+	* Makefile.in (INCLUDES): Delete sparse-ops.h from the list.
+
 	* cellfun.cc: New function from Octave-forge.  Adapt to Octave
 	coding standards.
 	* Makefile.in (DLD_XSRC): Add it to the list.
--- a/src/Makefile.in	Tue Mar 15 19:13:53 2005 +0000
+++ b/src/Makefile.in	Tue Mar 15 19:33:46 2005 +0000
@@ -98,7 +98,7 @@
 	oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.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 \
-	sparse-ops.h sparse-xdiv.h sparse-xpow.h symtab.h sysdep.h \
+	sparse-xdiv.h sparse-xpow.h symtab.h sysdep.h \
 	token.h toplev.h unwind-prot.h utils.h variables.h version.h \
 	xdiv.h xpow.h \
 	$(OV_INCLUDES) \