Mercurial > hg > octave-nkf
changeset 4195:f6be18b3136e
[project @ 2002-11-20 19:21:22 by jwe]
author | jwe |
---|---|
date | Wed, 20 Nov 2002 19:21:22 +0000 |
parents | 54fe7750d8c7 |
children | f874c6c68845 |
files | libcruft/misc/Makefile.in octMakefile.in |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libcruft/misc/Makefile.in +++ b/libcruft/misc/Makefile.in @@ -12,7 +12,7 @@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ -SPECIAL := machar.c f77-extern.cc f77-fcn.c lo-error.c quit.cc +SPECIAL_SRC := machar.c f77-extern.cc f77-fcn.c lo-error.c quit.cc DEP_1 := $(patsubst %.c, %.d, $(SPECIAL)) MAKEDEPS := $(patsubst %.cc, %.d, $(DEP_1))
--- a/octMakefile.in +++ b/octMakefile.in @@ -46,7 +46,8 @@ CONF_DISTSUBDIRS = src # Subdirectories in which to run `make dist'. -DISTSUBDIRS = $(sort $(ALL_SUBDIRS) dlfcn glob kpathsea test emacs) +DISTSUBDIRS_1 = $(sort $(ALL_SUBDIRS) dlfcn test emacs) +DISTSUBDIRS = $(filter-out $(DISTDIRS), $(DISTSUBDIRS_1)) XBINDISTFILES = BUGS COPYING INSTALL INSTALL.OCTAVE NEWS NEWS.[0-9] \ PROJECTS README README.Linux README.Windows README.MachTen \