Mercurial > hg > octave-lyh
changeset 4606:a08b7f567bda
[project @ 2003-11-13 15:28:38 by jwe]
author | jwe |
---|---|
date | Thu, 13 Nov 2003 15:31:32 +0000 |
parents | c430e537efad |
children | eb84ffc19e44 |
files | src/ChangeLog src/Makefile.in |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-11-13 John W. Eaton <jwe@bevo.che.wisc.edu> + + * Makefile.in (stamp-prereq): Add oct-gperf.h, parse.cc, and + lex.cc to the list. + 2003-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> * ov-cell.cc (print_as_scalar): New function.
--- a/src/Makefile.in +++ b/src/Makefile.in @@ -261,7 +261,7 @@ fi touch stamp-oct-links -stamp-prereq: defaults.h oct-conf.h $(OPT_HANDLERS) +stamp-prereq: defaults.h oct-conf.h oct-gperf.h parse.cc lex.cc $(OPT_HANDLERS) touch stamp-prereq octave$(EXEEXT): stamp-prereq $(LIBRARIES) main.o $(DLD_STATIC_OBJ)