# HG changeset patch # User jwe # Date 1057685266 0 # Node ID 3cd9ddde2da2101834c19f34db690d08bda32a28 # Parent 3e94126d807113382ae2b3779211dc0c42b5e882 [project @ 2003-07-08 17:27:40 by jwe] diff -r 3e94126d8071 -r 3cd9ddde2da2 ChangeLog --- 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 + + * octMakefile.in (DIRS_TO_MAKE): Include $(localverarchlibdir) in + the list. + 2003-07-07 John W. Eaton * Makeconf.in: Set and substitute values for startupfiledir and diff -r 3e94126d8071 -r 3cd9ddde2da2 octMakefile.in --- 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}')