From bug-request at octave dot org Tue Aug 31 10:47:28 2004 Subject: Incorrect Makefile in CVS From: Quentin Spencer To: bug at octave dot org Date: Tue, 31 Aug 2004 10:44:58 -0500 Because my build scripts for creating RPMS require a tarball, I tried "make dist" on the CVS sources and discovered that liboctave/intNDArray.cc is not being copied into the tarball. The obvious fix is to add intNDArray.cc to MATRIX_SRC in liboctave/Makefile.in. However, this implies that those of you who are building from the CVS directory are not actually building intNDArray.cc directly, but are using it as an include file. Should it be in MATRIX_INC instead? I assume John will know what to do here--I just thought I'd point out the problem. I must say I've never seen a .cc file included like that before. Is there a reason? -Quentin ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------