# HG changeset patch # User jwe # Date 1074800779 0 # Node ID b7e7a31dbfb1694d567ff6b92dc30084c1c6700c # Parent 5101dffb417856107215dfc49cbab2bfbad74247 [project @ 2004-01-22 19:46:19 by jwe] diff -r 5101dffb4178 -r b7e7a31dbfb1 liboctave/ChangeLog --- 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 * 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 diff -r 5101dffb4178 -r b7e7a31dbfb1 liboctave/Makefile.in --- 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