changeset 6290:750b40fe7b02

[project @ 2007-02-08 20:58:46 by jwe]
author jwe
date Thu, 08 Feb 2007 20:58:46 +0000
parents e8c4edcfe43d
children 6110e7d4e4c4
files ChangeLog octMakefile.in
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Feb 08 20:06:55 2007 +0000
+++ b/ChangeLog	Thu Feb 08 20:58:46 2007 +0000
@@ -1,5 +1,8 @@
 2007-02-08  John W. Eaton  <jwe@octave.org>
 
+	* octMakefile.in (all): Depend on dist-info-files.
+	(dist): Delete dist-info-files dependency.
+
 	* configure.in: Rewrite if !( X ) ... fi as if X; true; else ... fi.
 	Also check for _glp_lpx_simplex.
 
--- a/octMakefile.in	Thu Feb 08 20:06:55 2007 +0000
+++ b/octMakefile.in	Thu Feb 08 20:58:46 2007 +0000
@@ -58,7 +58,7 @@
 
 SHELL_SCRIPTS = octave-bug octave-config mkoctfile run-octave
 
-all: $(SHELL_SCRIPTS) $(filter-out libcruft liboctave, $(SUBDIRS))
+all: $(SHELL_SCRIPTS) $(filter-out libcruft liboctave, $(SUBDIRS)) dist-info-files
 .PHONY: all
 
 src: liboctave
@@ -162,7 +162,7 @@
 # figures for the manual.  It's best to create those figures with the
 # version of Octave that we are distributing (it may even be required).
 
-dist: all dist-info-files
+dist: all
 	echo octave-$(version) > .fname
 	rm -rf `cat .fname`
 	mkdir `cat .fname`