summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-12-19 21:38:44 +0100
committerKevin Ryde <user42@zip.com.au>2003-12-19 21:38:44 +0100
commit590807f916c12f911cf58f47375431c4bc74e08e (patch)
treedb231ad00177761096e1bba7a0ebb89a7691d962 /Makefile.in
parentdee363d06dc1b7ce076aee4963d3f5b50d7d561d (diff)
downloadgmp-590807f916c12f911cf58f47375431c4bc74e08e.tar.gz
Regenerate for:
* mkinstalldirs: Remove, not required by automake 1.8.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index e7b49fbfe..749593b39 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -95,8 +95,7 @@ DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
$(srcdir)/config.in $(srcdir)/gmp-h.in $(srcdir)/mp-h.in \
$(top_srcdir)/configure AUTHORS COPYING COPYING.LIB ChangeLog \
INSTALL NEWS ansi2knr.1 ansi2knr.c config.guess config.sub \
- configure configure.in install-sh ltmain.sh missing \
- mkinstalldirs
+ configure configure.in install-sh ltmain.sh missing
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/mpfr/acinclude.m4 \
@@ -105,7 +104,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+mkinstalldirs = $(mkdir_p)
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = gmp.h mp.h gmp-mparam.h
am__installdirs = $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) $(DESTDIR)$(includeexecdir)