# HG changeset patch # User jwe # Date 1068737492 0 # Node ID a08b7f567bda84baa63bc3b9067714852a4899b2 # Parent c430e537efad04089e532d824826cc7af5b1d931 [project @ 2003-11-13 15:28:38 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-11-13 John W. Eaton + + * Makefile.in (stamp-prereq): Add oct-gperf.h, parse.cc, and + lex.cc to the list. + 2003-11-12 John W. Eaton * ov-cell.cc (print_as_scalar): New function. diff --git a/src/Makefile.in b/src/Makefile.in --- 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)