changeset 6876:9fcfc9fe7d79

[project @ 2007-09-07 00:00:39 by jwe]
author jwe
date Fri, 07 Sep 2007 00:00:39 +0000
parents 1f843c5601b3
children ab11bdb09820
files src/ChangeLog src/Makefile.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Sep 06 21:41:50 2007 +0000
+++ b/src/ChangeLog	Fri Sep 07 00:00:39 2007 +0000
@@ -1,3 +1,7 @@
+2007-09-06  John W. Eaton  <jwe@octave.org>
+
+	* Makefile.in (stamp-prereq): Add graphics.h to the dependency list.
+
 2007-08-31  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.in (INCLUDES): Remove graphics.h from the list.
--- a/src/Makefile.in	Thu Sep 06 21:41:50 2007 +0000
+++ b/src/Makefile.in	Fri Sep 07 00:00:39 2007 +0000
@@ -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)