Mercurial > hg > octave-lyh
changeset 4713:d803e4187494
[project @ 2004-01-22 20:31:55 by jwe]
author | jwe |
---|---|
date | Thu, 22 Jan 2004 20:31:55 +0000 |
parents | b7e7a31dbfb1 |
children | 4302ab3fefd7 |
files | liboctave/ChangeLog liboctave/Makefile.in |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -5,8 +5,8 @@ 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> - * Makefile.in (distclean): Remove $(MX_OP_INC), $(VX_OP_INC), - $(MX_OP_SRC), $(VX_OP_SRC), and $(OPTS_INC). + * Makefile.in (distclean): Remove mx-ops.h, $(MX_OP_INC), + $(VX_OP_INC), $(MX_OP_SRC), $(VX_OP_SRC), and $(OPTS_INC). 2004-01-22 Petter Risholm <risholm@stud.ntnu.no>
--- a/liboctave/Makefile.in +++ b/liboctave/Makefile.in @@ -290,8 +290,8 @@ .PHONY: mostlyclean distclean: clean - rm -f Makefile so_locations stamp-prereq - rm -f $(MX_OP_INC) $(VX_OP_INC) $(MX_OP_SRC) $(VX_OP_SRC) $(OPTS_INC) + rm -f Makefile so_locations stamp-prereq $(OPTS_INC) + rm -f mx-ops.h $(MX_OP_INC) $(VX_OP_INC) $(MX_OP_SRC) $(VX_OP_SRC) .PHONY: distclean maintainer-clean: distclean