changeset 2399:96abb5c4568d

[project @ 1996-10-13 05:03:02 by jwe]
author jwe
date Sun, 13 Oct 1996 05:03:02 +0000
parents 76d255496b89
children 49dc322cd9fb
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Oct 13 04:30:21 1996 +0000
+++ b/src/ChangeLog	Sun Oct 13 05:03:02 1996 +0000
@@ -1,5 +1,9 @@
 Sat Oct 12 13:40:21 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* Makefile.in (distclean): Also delete mk-oct-links.
+
+Fri Oct 11 13:13:13 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
 	Changes for Octave's new type system:
 
 	* arith-ops.cc: Delete.
--- a/src/Makefile.in	Sun Oct 13 04:30:21 1996 +0000
+++ b/src/Makefile.in	Sun Oct 13 05:03:02 1996 +0000
@@ -334,7 +334,7 @@
 .PHONY: mostlyclean
 
 distclean: clean
-	rm -f Makefile octave .fname so_locations
+	rm -f Makefile octave .fname so_locations mk-oct-links
 	rm -f stamp-picdir stamp-tinst stamp-interp stamp-prereq
 	-rmdir pic
 .PHONY: distclean