changeset 4712:b7e7a31dbfb1

[project @ 2004-01-22 19:46:19 by jwe]
author jwe
date Thu, 22 Jan 2004 19:46:19 +0000
parents 5101dffb4178
children d803e4187494
files liboctave/ChangeLog liboctave/Makefile.in
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Thu Jan 22 19:30:54 2004 +0000
+++ b/liboctave/ChangeLog	Thu Jan 22 19:46:19 2004 +0000
@@ -6,7 +6,7 @@
 2004-01-22  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* Makefile.in (distclean): Remove $(MX_OP_INC), $(VX_OP_INC),
-	and $(OPTS_INC).
+	$(MX_OP_SRC), $(VX_OP_SRC), and $(OPTS_INC).
 
 2004-01-22  Petter Risholm  <risholm@stud.ntnu.no>
 
--- a/liboctave/Makefile.in	Thu Jan 22 19:30:54 2004 +0000
+++ b/liboctave/Makefile.in	Thu Jan 22 19:46:19 2004 +0000
@@ -291,7 +291,7 @@
 
 distclean: clean
 	rm -f Makefile so_locations stamp-prereq
-	rm -f $(MX_OP_INC) $(VX_OP_INC) $(OPTS_INC)
+	rm -f $(MX_OP_INC) $(VX_OP_INC) $(MX_OP_SRC) $(VX_OP_SRC) $(OPTS_INC)
 .PHONY: distclean
 
 maintainer-clean: distclean