Mercurial > hg > octave-nkf
diff octMakefile.in @ 7916:f805e026c481
octMakefile.in (DIRS_TO_MAKE): update list
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 10 Jul 2008 10:54:19 -0400 |
parents | 3ceb12c499e9 |
children | fa8f13a05687 |
line wrap: on
line diff
--- a/octMakefile.in +++ b/octMakefile.in @@ -64,8 +64,11 @@ # Subdirectories in which to run clean targets. CLEANSUBDIRS = $(DISTSUBDIRS) -DIRS_TO_MAKE = $(bindir) $(libdir) $(octincludedir)/octave $(fcnfiledir) \ - $(octfiledir) $(archlibdir) $(localarchlibdir) $(localverarchlibdir) \ +DIRS_TO_MAKE = $(bindir) $(datadir) $(libdir) $(octincludedir)/octave \ + $(fcnfiledir) $(localfcnfiledir) $(localapifcnfiledir) \ + $(localverfcnfiledir) $(octfiledir) $(localoctfiledir) \ + $(localapioctfiledir) $(localveroctfiledir) $(archlibdir) \ + $(localarchlibdir) $(localverarchlibdir) \ $(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}')