# HG changeset patch # User jwe # Date 1068862900 0 # Node ID 1088ded853f2db08fabe3cbd5f59c64d8ece9dc6 # Parent 386daaaf512761931dc1fc7c59a61c6164a974d6 [project @ 2003-11-15 02:21:39 by jwe] diff -r 386daaaf5127 -r 1088ded853f2 doc/ChangeLog --- a/doc/ChangeLog Sat Nov 15 02:16:47 2003 +0000 +++ b/doc/ChangeLog Sat Nov 15 02:21:40 2003 +0000 @@ -1,8 +1,3 @@ -2003-11-14 John W. Eaton - - * interpreter/Makefile.in (liboctave-prereq): New target. - (src-DOCSTRINGS): Depend on it. - 2003-08-27 John W. Eaton * refcard/Makefile.in (refcard-a4.pdf, refcard-legal.pdf, diff -r 386daaaf5127 -r 1088ded853f2 doc/interpreter/Makefile.in --- a/doc/interpreter/Makefile.in Sat Nov 15 02:16:47 2003 +0000 +++ b/doc/interpreter/Makefile.in Sat Nov 15 02:21:40 2003 +0000 @@ -73,11 +73,7 @@ munge-texi$(BUILD_EXEEXT): munge-texi.cc $(BUILD_CXX) $(BUILD_CXXFLAGS) -o $@ $^ $(BUILD_LDFLAGS) -liboctave-prereq: - $(MAKE) -C ../../liboctave stamp-prereq -.PHONY: liboctave-prereq - -src-DOCSTRINGS: liboctave-prereq +src-DOCSTRINGS: $(MAKE) -C ../../src DOCSTRINGS .PHONY: src-DOCSTRINGS diff -r 386daaaf5127 -r 1088ded853f2 src/ChangeLog --- a/src/ChangeLog Sat Nov 15 02:16:47 2003 +0000 +++ b/src/ChangeLog Sat Nov 15 02:21:40 2003 +0000 @@ -1,5 +1,8 @@ 2003-11-14 John W. Eaton + * Makefile.in (liboctave-prereq): New target. + ($(DEF_FILES), $(MAKEDEPS)): Depend on it. + * version.h (OCTAVE_VERSION): Now 2.1.51. (OCTAVE_API_VERSION): Now api-v2. diff -r 386daaaf5127 -r 1088ded853f2 src/Makefile.in --- a/src/Makefile.in Sat Nov 15 02:16:47 2003 +0000 +++ b/src/Makefile.in Sat Nov 15 02:21:40 2003 +0000 @@ -322,9 +322,13 @@ @$(srcdir)/mkops $(OP_SRC) > $@-t @$(top_srcdir)/move-if-change $@-t $@ -$(DEF_FILES): mkdefs defun-int.h defun-dld.h defun.h defaults.h oct-conf.h +liboctave-prereq: + $(MAKE) -C ../../liboctave stamp-prereq +.PHONY: liboctave-prereq -$(MAKEDEPS): defaults.h oct-gperf.h oct-conf.h +$(DEF_FILES): liboctave-prereq mkdefs defun-int.h defun-dld.h defun.h defaults.h oct-conf.h + +$(MAKEDEPS): liboctave-prereq defaults.h oct-gperf.h oct-conf.h @bsd_gcc_kluge_targets_frag@