changeset 16331:8b70f6118a5e

build top-level directory after scripts and src directories * Makefile.am (SUBDIRS): Include "." in the list.
author John W. Eaton <jwe@octave.org>
date Sun, 17 Mar 2013 05:01:00 -0400
parents 306e0ac231d0
children 5293cee91891
files Makefile.am
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Sun Mar 17 04:58:33 2013 -0400
+++ b/Makefile.am	Sun Mar 17 05:01:00 2013 -0400
@@ -69,12 +69,16 @@
 
 include m4/module.mk
 
-# Subdirectories in which to run `make all'.
+# Subdirectories in which to run `make all'.  Including "." here
+# is an attempt to force all preceding directories in the list to
+# be processed before the current directory so that the
+# scripts/DOCSTRINGS libinterp/DOCSTRINGS files are built before
+# attempting to build AUTHORS and BUGS.
 SUBDIRS = libgnu liboctave libinterp
 if AMCOND_BUILD_GUI
 SUBDIRS += libgui
 endif
-SUBDIRS += src scripts @DOCDIR@ examples test
+SUBDIRS += src scripts . @DOCDIR@ examples test
 
 if ! AMCOND_BUILD_DOCS
 dist-hook: