diff options
author | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2009-10-06 15:01:39 +0200 |
---|---|---|
committer | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2009-10-06 15:01:39 +0200 |
commit | 2bac2428bc9455bc54dacded3fe6b2fd3e530d93 (patch) | |
tree | 2a857089e3e869f7744d36d46e3ffd836d36a56f /scilab/modules/intersci | |
parent | fed900dca2f26c57ba7a73e0afce8f3a5ed42494 (diff) | |
download | scilab-2bac2428bc9455bc54dacded3fe6b2fd3e530d93.zip scilab-2bac2428bc9455bc54dacded3fe6b2fd3e530d93.tar.gz |
Because mac os x is happier with mkinstalldirs, we are using it
and therefor all makefiles need to be regenerated
Diffstat (limited to 'scilab/modules/intersci')
-rw-r--r-- | scilab/modules/intersci/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scilab/modules/intersci/Makefile.in b/scilab/modules/intersci/Makefile.in index cea517a..2f1b576 100644 --- a/scilab/modules/intersci/Makefile.in +++ b/scilab/modules/intersci/Makefile.in | |||
@@ -78,7 +78,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/docbook.m4 \ | |||
78 | $(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac | 78 | $(top_srcdir)/m4/umfpack.m4 $(top_srcdir)/configure.ac |
79 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | 79 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
80 | $(ACLOCAL_M4) | 80 | $(ACLOCAL_M4) |
81 | mkinstalldirs = $(install_sh) -d | 81 | mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs |
82 | CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h | 82 | CONFIG_HEADER = $(top_builddir)/modules/core/includes/machine.h |
83 | CONFIG_CLEAN_FILES = | 83 | CONFIG_CLEAN_FILES = |
84 | CONFIG_CLEAN_VPATH_FILES = | 84 | CONFIG_CLEAN_VPATH_FILES = |