changeset 4616:33030b47385a

[project @ 2003-11-15 02:01:46 by jwe]
author jwe
date Sat, 15 Nov 2003 02:01:46 +0000
parents 1c0ec4705a5f
children 65b9c4c62491
files liboctave/ChangeLog liboctave/Makefile.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Sat Nov 15 01:40:33 2003 +0000
+++ b/liboctave/ChangeLog	Sat Nov 15 02:01:46 2003 +0000
@@ -1,3 +1,7 @@
+2003-11-14  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* Makefile.in (dist): Depend on stamp-prereq.
+
 2003-11-12  John Eaton  <jwe@bevo.che.wisc.edu>
 
 	* mach-info.c (oct_mach_info::init_float_format) [CRAY]:
--- a/liboctave/Makefile.in	Sat Nov 15 01:40:33 2003 +0000
+++ b/liboctave/Makefile.in	Sat Nov 15 02:01:46 2003 +0000
@@ -297,7 +297,7 @@
 	rm -f tags TAGS
 .PHONY: maintainer-clean
 
-dist:
+dist: stamp-prereq
 	ln $(DISTFILES) ../`cat ../.fname`/liboctave
 .PHONY: dist