Mercurial > hg > octave-thorsten
changeset 4617:65b9c4c62491
[project @ 2003-11-15 02:12:49 by jwe]
author | jwe |
---|---|
date | Sat, 15 Nov 2003 02:12:49 +0000 |
parents | 33030b47385a |
children | 386daaaf5127 |
files | ChangeLog octMakefile.in |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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/octMakefile.in +++ b/octMakefile.in @@ -164,6 +164,9 @@ 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; \