changeset 5170:b2322bcf4fba

[project @ 2005-03-01 06:23:08 by jwe]
author jwe
date Tue, 01 Mar 2005 06:23:08 +0000
parents 47e2ef7d0ad6
children dc706eb5be9f
files ChangeLog octMakefile.in
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-01  John W. Eaton  <jwe@octave.org>
+
+	* octMakefile.in (SUBDIRS, CLEANSUBDIRS):
+	Remove @GLOB_DIR@ from the list.
+
 2005-02-28  John W. Eaton  <jwe@octave.org>
 
 	* octMakefile.in (DISTDIRS): Remove glob from the list.
--- a/octMakefile.in
+++ b/octMakefile.in
@@ -35,7 +35,7 @@
 DISTDIRS = # plplot
 
 # Subdirectories in which to run `make all'.
-SUBDIRS = @PLPLOT_DIR@ @DLFCN_DIR@ @GLOB_DIR@ \
+SUBDIRS = @PLPLOT_DIR@ @DLFCN_DIR@ \
 	libcruft liboctave scripts doc examples
 
 ALL_SUBDIRS = $(SUBDIRS) src
@@ -62,7 +62,7 @@
 BINDISTSUBDIRS = libcruft liboctave src scripts doc emacs examples
 
 # Subdirectories in which to run clean targets.
-CLEANSUBDIRS = $(DISTSUBDIRS) @GLOB_DIR@
+CLEANSUBDIRS = $(DISTSUBDIRS)
 
 DIRS_TO_MAKE = $(bindir) $(libdir) $(octincludedir)/octave $(fcnfiledir) \
   $(octfiledir) $(archlibdir) $(localarchlibdir) $(localverarchlibdir) \