# HG changeset patch # User jwe # Date 1109658188 0 # Node ID b2322bcf4fba946584de71d0bbf81b15f89841bc # Parent 47e2ef7d0ad6fe60f6de78b45333a2b6eb2d7f9a [project @ 2005-03-01 06:23:08 by jwe] diff -r 47e2ef7d0ad6 -r b2322bcf4fba ChangeLog --- a/ChangeLog Tue Mar 01 06:16:25 2005 +0000 +++ b/ChangeLog Tue Mar 01 06:23:08 2005 +0000 @@ -1,3 +1,8 @@ +2005-03-01 John W. Eaton + + * octMakefile.in (SUBDIRS, CLEANSUBDIRS): + Remove @GLOB_DIR@ from the list. + 2005-02-28 John W. Eaton * octMakefile.in (DISTDIRS): Remove glob from the list. diff -r 47e2ef7d0ad6 -r b2322bcf4fba octMakefile.in --- a/octMakefile.in Tue Mar 01 06:16:25 2005 +0000 +++ b/octMakefile.in Tue Mar 01 06:23:08 2005 +0000 @@ -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) \