changeset 4446:3cd9ddde2da2

[project @ 2003-07-08 17:27:40 by jwe]
author jwe
date Tue, 08 Jul 2003 17:27:46 +0000
parents 3e94126d8071
children 252b9162c084
files ChangeLog octMakefile.in
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jul 08 16:51:02 2003 +0000
+++ b/ChangeLog	Tue Jul 08 17:27:46 2003 +0000
@@ -1,3 +1,8 @@
+2003-07-08  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* octMakefile.in (DIRS_TO_MAKE): Include $(localverarchlibdir) in
+	the list.
+
 2003-07-07  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* Makeconf.in: Set and substitute values for startupfiledir and
--- a/octMakefile.in	Tue Jul 08 16:51:02 2003 +0000
+++ b/octMakefile.in	Tue Jul 08 17:27:46 2003 +0000
@@ -65,7 +65,7 @@
 CLEANSUBDIRS = $(DISTSUBDIRS) @GLOB_DIR@
 
 DIRS_TO_MAKE = $(bindir) $(libdir) $(octincludedir)/octave $(fcnfiledir) \
-  $(octfiledir) $(archlibdir) $(localarchlibdir) \
+  $(octfiledir) $(archlibdir) $(localarchlibdir) $(localverarchlibdir) \
   $(localfcnfilepathdirs) $(localoctfilepathdirs) \
   $(shell echo $(localfcnfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}') \
   $(shell echo $(localoctfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}')