# HG changeset patch # User jwe # Date 1189123239 0 # Node ID 9fcfc9fe7d793097cc2b2c6004922e359dcf46f3 # Parent 1f843c5601b399ff7e3f66e390c14b0fe9d084fa [project @ 2007-09-07 00:00:39 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-09-06 John W. Eaton + + * Makefile.in (stamp-prereq): Add graphics.h to the dependency list. + 2007-08-31 John W. Eaton * Makefile.in (INCLUDES): Remove graphics.h from the list. diff --git a/src/Makefile.in b/src/Makefile.in --- a/src/Makefile.in +++ b/src/Makefile.in @@ -316,7 +316,7 @@ rm -f $@ $(SH_LD) $(SH_LDFLAGS) $(SONAME_FLAGS) -o $@ $^ $(OCTINTERP_LINK_DEPS) -stamp-prereq: defaults.h oct-conf.h oct-gperf.h parse.cc lex.cc __gnuplot_raw__.cc $(OPT_HANDLERS) +stamp-prereq: defaults.h graphics.h oct-conf.h oct-gperf.h parse.cc lex.cc __gnuplot_raw__.cc $(OPT_HANDLERS) touch stamp-prereq octave$(EXEEXT): stamp-prereq $(LIBRARIES) main.o $(DLD_STATIC_OBJ)