changeset 4618:386daaaf5127

[project @ 2003-11-15 02:16:47 by jwe]
author jwe
date Sat, 15 Nov 2003 02:16:47 +0000
parents 65b9c4c62491
children 1088ded853f2
files ChangeLog doc/ChangeLog doc/interpreter/Makefile.in octMakefile.in
diffstat 4 files changed, 10 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Nov 15 02:12:49 2003 +0000
+++ b/ChangeLog	Sat Nov 15 02:16:47 2003 +0000
@@ -1,8 +1,3 @@
-2003-11-14  John W. Eaton  <jwe@bevo.che.wisc.edu>
-
-	* octMakefile.in (dist): Make stamp-prereq in liboctave and src
-	before making the dist target for all the $(DISTSUBDIRS).
-
 2003-11-12  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* configure.in: If we need alloca, then also include it in LIBGLOB.
--- a/doc/ChangeLog	Sat Nov 15 02:12:49 2003 +0000
+++ b/doc/ChangeLog	Sat Nov 15 02:16:47 2003 +0000
@@ -1,3 +1,8 @@
+2003-11-14  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* interpreter/Makefile.in (liboctave-prereq): New target.
+	(src-DOCSTRINGS): Depend on it.
+
 2003-08-27  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* refcard/Makefile.in (refcard-a4.pdf, refcard-legal.pdf,
--- a/doc/interpreter/Makefile.in	Sat Nov 15 02:12:49 2003 +0000
+++ b/doc/interpreter/Makefile.in	Sat Nov 15 02:16:47 2003 +0000
@@ -73,7 +73,11 @@
 munge-texi$(BUILD_EXEEXT): munge-texi.cc
 	$(BUILD_CXX) $(BUILD_CXXFLAGS) -o $@ $^ $(BUILD_LDFLAGS)
 
-src-DOCSTRINGS:
+liboctave-prereq:
+	$(MAKE) -C ../../liboctave stamp-prereq
+.PHONY: liboctave-prereq
+
+src-DOCSTRINGS: liboctave-prereq
 	$(MAKE) -C ../../src DOCSTRINGS
 .PHONY: src-DOCSTRINGS
 
--- a/octMakefile.in	Sat Nov 15 02:12:49 2003 +0000
+++ b/octMakefile.in	Sat Nov 15 02:16:47 2003 +0000
@@ -164,9 +164,6 @@
 	mkdir `cat .fname`
 	ln $(DISTFILES) `cat .fname`
 	for dir in $(DISTDIRS); do ln -s ../$$dir `cat .fname`; done
-	for dir in liboctave src; do \
-	  $(MAKE) -C $$dir stamp-prereq; \
-	done
 	for dir in $(DISTSUBDIRS); do \
 	  mkdir `cat .fname`/$$dir; \
 	  $(MAKE) -C $$dir dist; \