Mercurial > hg > octave-nkf
changeset 2132:bda7506b4704
[project @ 1996-05-13 02:19:34 by jwe]
author | jwe |
---|---|
date | Mon, 13 May 1996 02:19:34 +0000 |
parents | a1730a4747ec |
children | 4a0218a3ee90 |
files | octMakefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/octMakefile.in +++ b/octMakefile.in @@ -48,7 +48,7 @@ # Subdirectories in which to run `make dist'. BINDISTSUBDIRS = emacs scripts doc -DIRS_TO_MAKE = $(bindir) $(fcnfiledir) $(octfiledir) $(archlibdir) \ +DIRS_TO_MAKE = $(bindir) $(libdir) $(fcnfiledir) $(octfiledir) $(archlibdir) \ `echo $(localfcnfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $i}'` \ `echo $(localoctfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $i}'`