changeset 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 d74e515cb535
children fa8f13a05687
files ChangeLog octMakefile.in
diffstat 2 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jul 10 10:01:18 2008 -0400
+++ b/ChangeLog	Thu Jul 10 10:54:19 2008 -0400
@@ -1,5 +1,11 @@
 2008-07-10  John W. Eaton  <jwe@octave.org>
 
+	* octMakefile.in (DIRS_TO_MAKE): Delete $(localfcnfilepath) and
+	$(localoctfilepath) from the list.  Include $(datadir)
+	$(localfcnfiledir) $(localapifcnfiledir) $(localverfcnfiledir)
+	$(localoctfiledir) $(localapioctfiledir) $(localveroctfiledir)
+	$(imagedir) and $(localapiarchlibdir) in the list.
+
 	* configure.in: Look for FTGL/ftgl.h instead of FTGL/FTGL.h.  Also
 	look for ftgl.h.
 
--- a/octMakefile.in	Thu Jul 10 10:01:18 2008 -0400
+++ b/octMakefile.in	Thu Jul 10 10:54:19 2008 -0400
@@ -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}')